You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,12 @@ The aliases support tab completion just like the real commands; they're exactly
215
215
216
216
When you enable the aliases, the default command names will still be available. If you really don't like them, feel free to delete them using [:delcommand][delcommand].
217
217
218
+
### The `g:session_menu` option
219
+
220
+
By default the plug-in installs a top level menu. If you don't like this you can disable it by adding the following line to your [vimrc script][vimrc]:
221
+
222
+
:let g:session_menu = 0
223
+
218
224
### The `g:loaded_session` option
219
225
220
226
This variable isn't really an option but if you want to avoid loading the vim-session plug-in you can set this variable to any value in your [vimrc script][vimrc]:
@@ -240,7 +246,7 @@ Recently this plug-in switched from reimplementing [:mksession][mksession] to ac
240
246
<!-- Start of generated documentation -->
241
247
242
248
The documentation of the 34 functions below was extracted from
0 commit comments