summaryrefslogtreecommitdiff
path: root/keys
diff options
context:
space:
mode:
authorChris <[email protected]>2020-05-27 00:18:49 -0400
committerChris <[email protected]>2020-05-27 00:18:49 -0400
commita7fc43c5edad5c442df2b89d35366210a370fcdd (patch)
tree6ebecfe44caa983b097dcb2019ca158485203fe7 /keys
parentc2a690b5987df4f534b50b420a371b9ef4cc7f0c (diff)
codi config
Diffstat (limited to 'keys')
-rw-r--r--keys/which-key.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim
index 0ef58a1f..661882c1 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -30,6 +30,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[','] = [ 'Startify' , 'start screen' ]
+let g:which_key_map['c'] = [ ':Codi!!' , 'virtual repl']
let g:which_key_map['d'] = [ ':bd' , 'delete buffer']
let g:which_key_map['e'] = [ ':CocCommand explorer' , 'explorer' ]
let g:which_key_map['f'] = [ ':Files' , 'search files' ]