We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6654e37 commit 85ca0a1Copy full SHA for 85ca0a1
doc/startify.txt
@@ -329,10 +329,7 @@ This is a list of commands to be executed before saving a session.
329
330
Example:
331
>
332
- let g:startify_session_before_save = [
333
- \ 'echo "Cleaning up before saving.."',
334
- \ 'silent! NERDTreeTabsClose'
335
- \ ]
+ let g:startify_session_before_save = [ 'silent! tabdo NERDTreeClose' ]
336
<
337
------------------------------------------------------------------------------
338
*g:startify_session_persistence*
0 commit comments