|
@@ -3,7 +3,7 @@
|
|
" Timeout
|
|
" Timeout
|
|
let g:which_key_timeout = 100
|
|
let g:which_key_timeout = 100
|
|
|
|
|
|
-let g:which_key_display_names = {'<CR>': '↵', '<TAB>': '⇆'}
|
|
|
|
|
|
+let g:which_key_display_names = {'<CR>': '↵', '<TAB>': '⇆', " ": 'SPC'}
|
|
|
|
|
|
" Map leader to which_key
|
|
" Map leader to which_key
|
|
nnoremap <silent> <leader> :silent <c-u> :silent WhichKey '<Space>'<CR>
|
|
nnoremap <silent> <leader> :silent <c-u> :silent WhichKey '<Space>'<CR>
|