summaryrefslogtreecommitdiff
path: root/keys
diff options
context:
space:
mode:
authorChris <[email protected]>2020-11-04 18:30:54 -0500
committerChris <[email protected]>2020-11-04 18:30:54 -0500
commitf774b55abb99a165d1da13f2fbf0bf2bf0c748a9 (patch)
treebe40cd533e95a5b1f61a352636d278f821471bb1 /keys
parent8e87bab9a55586898954a99c5df1144a8c1e7c25 (diff)
update explorer
Diffstat (limited to 'keys')
-rw-r--r--keys/which-key.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim
index d8f3da21..cbc7d5ed 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -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['='] = [ '<C-W>=' , 'balance windows' ]
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['n'] = [ ':let @/ = ""' , 'no highlight' ]
let g:which_key_map['o'] = [ ':RnvimrToggle' , 'open' ]