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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,10 @@ On Windows the `:Fullscreen` command sets the Vim window to "always on top". Som
101
101
102
102
:let g:shell_fullscreen_always_on_top = 0
103
103
104
+
### The `g:shell_fullscreen_message` option
105
+
106
+
When you enter full screen the plug-in shows a Vim message explaining how to leave full screen. If you don't want to see this message you can set this option to false (0).
107
+
104
108
### The `g:shell_mappings_enabled` option
105
109
106
110
If you don't like the default mappings for the `:Open` and `:Fullscreen` commands then add the following to your [vimrc script][vimrc]:
0 commit comments