You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to modify zstyle's completion behavior such that if I enter
$ ls f<tab>
it will complete the command line to
$ ls file
and then also open fzf with all the options beginning with f, i.e.,
file1.txt
file2.txt
? Then I'd just have to enter 1 or 2 to make a selection?
This would be a very nice way to communicate what the common prefix is for all items, starting with the substring I entered.
The default behavior just opens fzf without completing the common prefix for me. This means I have to scan the options to determine the prefix, which is more work for me.
Awesome plugin btw 😄
The text was updated successfully, but these errors were encountered:
Given the following directory:
Is it possible to modify
zstyle
's completion behavior such that if I enterit will complete the command line to
and then also open fzf with all the options beginning with
f
, i.e.,? Then I'd just have to enter
1
or2
to make a selection?This would be a very nice way to communicate what the common prefix is for all items, starting with the substring I entered.
The default behavior just opens fzf without completing the common prefix for me. This means I have to scan the options to determine the prefix, which is more work for me.
Awesome plugin btw 😄
The text was updated successfully, but these errors were encountered: