diff options
author | Chris <[email protected]> | 2021-03-21 22:40:26 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-21 22:40:26 -0400 |
commit | b67c80c70ca15a81894d99713116513b5fd8c62d (patch) | |
tree | b2487d6217fe223552b6d5ba7fff56dc2bfc3a28 /vimscript | |
parent | 23e7663aa4e19cfa8c9359694de748a92a22c9e6 (diff) |
replace startify with dashboard
Diffstat (limited to 'vimscript')
-rw-r--r-- | vimscript/nv-whichkey/init.vim | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/vimscript/nv-whichkey/init.vim b/vimscript/nv-whichkey/init.vim index 12060032..629acb5e 100644 --- a/vimscript/nv-whichkey/init.vim +++ b/vimscript/nv-whichkey/init.vim @@ -121,11 +121,8 @@ let g:which_key_map.s = { 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'], + \ 's' : [':SessionSave' , 'save session'], + \ 'l' : [':SessionLoad' , 'load Session'], \ } " g is for git |