|
@@ -34,7 +34,6 @@ let g:which_key_map['/'] = [ ':call Comment()' , 'comment' ]
|
|
|
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['d'] = [ ':bd' , 'delete buffer']
|
|
|
let g:which_key_map['e'] = [ ':CocCommand explorer' , 'explorer' ]
|
|
|
let g:which_key_map['f'] = [ ':Farr' , 'find and replace' ]
|
|
@@ -43,7 +42,6 @@ let g:which_key_map['m'] = [ ':call WindowSwap#EasyWindowSwap()' , 'move window
|
|
|
let g:which_key_map['p'] = [ ':Files' , 'search files' ]
|
|
|
let g:which_key_map['q'] = [ 'q' , 'quit' ]
|
|
|
let g:which_key_map['r'] = [ ':RnvimrToggle' , 'ranger' ]
|
|
|
-let g:which_key_map['S'] = [ ':SSave' , 'save session' ]
|
|
|
let g:which_key_map['u'] = [ ':UndotreeToggle' , 'undo tree']
|
|
|
let g:which_key_map['v'] = [ '<C-W>v' , 'split right']
|
|
|
let g:which_key_map['W'] = [ 'w' , 'write' ]
|
|
@@ -131,6 +129,15 @@ let g:which_key_map.s = {
|
|
|
\ }
|
|
|
" \ 's' : [':Snippets' , 'snippets'],
|
|
|
|
|
|
+let g:which_key_map.S = {
|
|
|
+ \ 'name' : '+Session' ,
|
|
|
+ \ 'c' : [':SClose' , 'Close Session'] ,
|
|
|
+ \ 'd' : [':SDelete' , 'Delete Session'] ,
|
|
|
+ \ 'l' : [':SLoad' , 'Load Session'] ,
|
|
|
+ \ 's' : [':Startify' , 'Start Page'] ,
|
|
|
+ \ 'S' : [':SSave' , 'Save Session'] ,
|
|
|
+ \ }
|
|
|
+
|
|
|
" g is for git
|
|
|
let g:which_key_map.g = {
|
|
|
\ 'name' : '+git' ,
|