liuchengxu / vim-which-key

:tulip: Vim plugin that shows keybindings in popup
https://liuchengxu.github.io/vim-which-key/
MIT License
1.93k stars 65 forks source link

Using map <nowait> #208

Open EJammy opened 2 years ago

EJammy commented 2 years ago

I found out that you can use argument when mapping to have no timeout

This works really well:

autocmd VimEnter * map <nowait> <leader> <cmd>WhichKey '<leader>'<cr>

I suggest adding this to README (maybe I can make a pr).