top | item 31856015

(no title)

andra_nl | 3 years ago

Well, not exactly tab completion, but I have `fzf`[0] tied to my history search.

That allows me to type `soriloco`, punch ctrl+r and be prompted with `some ridiculously long command` (if, of course, I've run it before).

Combined with infinite history this trick has saved me a bunch of typing and even proper remembering. :P

[0]: https://github.com/junegunn/fzf

discuss

order

keybored|3 years ago

Yes, fuzzy matching is the way to go. Tab completion isn’t good enough any more.