|
@@ -33,7 +33,7 @@ let g:which_key_map['.'] = [ ':e $MYVIMRC' , 'open init'
|
|
let g:which_key_map[';'] = [ ':Commands' , 'commands' ]
|
|
let g:which_key_map[';'] = [ ':Commands' , 'commands' ]
|
|
let g:which_key_map['='] = [ '<C-W>=' , 'balance windows' ]
|
|
let g:which_key_map['='] = [ '<C-W>=' , 'balance windows' ]
|
|
let g:which_key_map['d'] = [ ':Bdelete' , 'delete buffer']
|
|
let g:which_key_map['d'] = [ ':Bdelete' , 'delete buffer']
|
|
-let g:which_key_map['e'] = [ ':CocCommand explorer' , 'explorer' ]
|
|
|
|
|
|
+let g:which_key_map['e'] = [ ':CocCommand explorer --toggle --sources=file+' , 'explorer' ]
|
|
let g:which_key_map['h'] = [ '<C-W>s' , 'split below']
|
|
let g:which_key_map['h'] = [ '<C-W>s' , 'split below']
|
|
let g:which_key_map['n'] = [ ':let @/ = ""' , 'no highlight' ]
|
|
let g:which_key_map['n'] = [ ':let @/ = ""' , 'no highlight' ]
|
|
let g:which_key_map['o'] = [ ':RnvimrToggle' , 'open' ]
|
|
let g:which_key_map['o'] = [ ':RnvimrToggle' , 'open' ]
|