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
@@ -74,6 +74,12 @@ This variable is a string containing any combination of the following characters
74
74
75
75
By default all the above items are hidden in full-screen mode. You can also set the buffer local variable `b:shell_fullscreen_items` to change these settings for specific buffers.
76
76
77
+
### The `g:shell_fullscreen_always_on_top` option
78
+
79
+
On Windows the `:Fullscreen` command sets the Vim window to "always on top". Some people don't like this which is why this option was added. Its default value is true (1) so to disable the "always on top" feature you would add this to your [vimrc script][vimrc]:
80
+
81
+
:let g:shell_fullscreen_always_on_top = 0
82
+
77
83
### The `g:shell_mappings_enabled` option
78
84
79
85
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