|
@@ -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' ]
|