nvim: init.vim: Add localleader for which-key
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
01470159ef
commit
51d0f409b6
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ noremap <Left> <NOP>
|
|||
noremap <Right> <NOP>
|
||||
|
||||
nnoremap <silent> <Leader> :<C-U>WhichKey '<Space>'<CR>
|
||||
nnoremap <silent> <LocalLeader> :<C-U>WhichKey ','<CR>
|
||||
|
||||
command! -bang -nargs=* GGrep
|
||||
\ call fzf#vim#grep(
|
||||
|
|
Loading…
Reference in a new issue