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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,12 @@ The session load/save prompts are quite verbose by default because they explain
183
183
184
184
By default this option is set to false (0). When you set this option to true (1) and you start Vim, the session plug-in will open your last used session instead of the default session. Note that the session plug-in will still show you the dialog asking whether you want to restore the last used session. To get rid of the dialog you have to set `g:session_autoload` to `'yes'`.
185
185
186
+
### The `g:session_persist_font` option
187
+
188
+
By default the plug-in will save the GUI font with the session to be reused the next time that session is loaded, this can be disabled by adding the following line to your [vimrc script][vimrc]:
189
+
190
+
:let g:session_persist_font = 0
191
+
186
192
### The `g:session_persist_colors` option
187
193
188
194
By default the plug-in will save the color scheme and the ['background' option][bg] with the session to be reused the next time that session is loaded, this can be disabled by adding the following line to your [vimrc script][vimrc]:
0 commit comments