junegunn / fzf.vim

fzf :heart: vim
MIT License
9.59k stars 582 forks source link

Question: is it possible to change the default <Tab>/<S-Tab> mappings for multi-select mode? #1386

Closed Integralist closed 2 years ago

Integralist commented 2 years ago

I have another plugin https://github.com/gelguy/wilder.nvim for which I'm unable to use and as I believe they're being overridden by FZF.

I'm interested to know if I could change FZF's default mapping to some other special key(s) but I couldn't find anything in any of the reference material to suggest this is possible.

junegunn commented 2 years ago

fzf is a standalone terminal program you can run outside of Vim and it does not set up any Vim mappings, so it shouldn't conflict with any other Vim plugins.

To answer the question, see KEY/EVENT BINDINGS section of the man page.