Hi,

I was wondering if it is possible to select multiple suggestions in tab
completion, and if possible how to do so.
For example I often want to delete several files in a folder:
Let us assume I have files a,b,c,d,e in my current folder and I want do
delete c,d and e.
If I type "rm <TAB> <TAB>" fish shows me the choices in a list:
a b c d e
and I can cycle through them. If however I select c and press ENTER, the
list dissapears and I have to press <TAB> <TAB> again and navigate to d
again to also select this item.

In zsh i could press "I" instead of <ENTER> and the item would be inserted
with the list staying active.

Thanks for any hints/suggestions,

Rainer



------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to