feat(neovim): add vim-which-key
This commit is contained in:
parent
68f46f384b
commit
a9b7ddaeb8
2 changed files with 12 additions and 2 deletions
6
home/editors/which-key.vim
Normal file
6
home/editors/which-key.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
nnoremap <silent> <leader> :<c-u>WhichKey '<Space>'<CR>
|
||||
vnoremap <silent> <leader> :<c-u>WhichKeyVisual '<Space>'<CR>
|
||||
nnoremap <silent> <localleader> :<c-u>WhichKey ','<CR>
|
||||
vnoremap <silent> <localleader> :<c-u>WhichKeyVisual ','<CR>
|
||||
|
||||
set timeoutlen=100
|
Loading…
Add table
Add a link
Reference in a new issue