parent
a576a6370a
commit
0d132390dd
|
@ -25,7 +25,6 @@ function! startify#insane_in_the_membrane() abort
|
||||||
endfor
|
endfor
|
||||||
endif
|
endif
|
||||||
|
|
||||||
enew
|
|
||||||
setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
|
setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
|
||||||
setlocal nonumber nolist statusline=\ startify
|
setlocal nonumber nolist statusline=\ startify
|
||||||
setfiletype startify
|
setfiletype startify
|
||||||
|
|
|
@ -19,6 +19,6 @@ augroup END
|
||||||
command! -nargs=? -bar -complete=customlist,startify#session_list SSave call startify#session_save(<f-args>)
|
command! -nargs=? -bar -complete=customlist,startify#session_list SSave call startify#session_save(<f-args>)
|
||||||
command! -nargs=? -bar -complete=customlist,startify#session_list SLoad call startify#session_load(<f-args>)
|
command! -nargs=? -bar -complete=customlist,startify#session_list SLoad call startify#session_load(<f-args>)
|
||||||
command! -nargs=? -bar -complete=customlist,startify#session_list SDelete call startify#session_delete(<f-args>)
|
command! -nargs=? -bar -complete=customlist,startify#session_list SDelete call startify#session_delete(<f-args>)
|
||||||
command! -nargs=0 -bar Startify call startify#insane_in_the_membrane()
|
command! -nargs=0 -bar Startify enew | call startify#insane_in_the_membrane()
|
||||||
|
|
||||||
" vim: et sw=2 sts=2
|
" vim: et sw=2 sts=2
|
||||||
|
|
Loading…
Reference in a new issue