This commit is contained in:
Anthony Cicchetti 2022-09-25 11:24:36 -04:00
parent 8ac6c0f020
commit c171c5a089

View file

@ -180,7 +180,7 @@ vnoremap <Leader>P "+P
vmap v <Plug>(expand_region_expand)
vmap <C-v> <Plug>(expand_region_shrink)
"which-key
" which-key
let 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>