mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
replace startify with dashboard
This commit is contained in:
parent
23e7663aa4
commit
b67c80c70c
6 changed files with 46 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue