On Mon, 20 Aug 2018, rainer-f...@wwad.de wrote:
> 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.

No, but that's a nifty idea - I've filed it as an enhancement issue at 
https://github.com/fish-shell/fish-shell/issues/5194

David Adam
zanc...@ucc.gu.uwa.edu.au


_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to