feat(neovim): update config
This commit is contained in:
parent
5e0b72ca74
commit
0a772c90b0
10 changed files with 251 additions and 215 deletions
6
home/editors/neovim/which-key.vim
Normal file
6
home/editors/neovim/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