comment
This commit is contained in:
parent
8ac6c0f020
commit
c171c5a089
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ vnoremap <Leader>P "+P
|
||||||
vmap v <Plug>(expand_region_expand)
|
vmap v <Plug>(expand_region_expand)
|
||||||
vmap <C-v> <Plug>(expand_region_shrink)
|
vmap <C-v> <Plug>(expand_region_shrink)
|
||||||
|
|
||||||
"which-key
|
" which-key
|
||||||
let g:which_key_map = {}
|
let g:which_key_map = {}
|
||||||
autocmd! User vim-which-key call which_key#register('<Space>', 'g:which_key_map')
|
autocmd! User vim-which-key call which_key#register('<Space>', 'g:which_key_map')
|
||||||
nnoremap <silent> <leader> :<c-u>WhichKey '<Space>'<CR>
|
nnoremap <silent> <leader> :<c-u>WhichKey '<Space>'<CR>
|
||||||
|
|
Loading…
Add table
Reference in a new issue