diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-03-17 20:16:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 20:16:39 +0100 |
commit | 3c7e937a892308498ba23ce5c0959e51fbf28911 (patch) | |
tree | 79ae25f12d9f8c50690250c07f2c04cf3687166a /runtime/doc/windows.txt | |
parent | d238b8f6003d34cae7f65ff7585b48a2cd9449fb (diff) | |
parent | 5ab122917474b3f9e88be4ee88bc6d627980cfe0 (diff) | |
download | rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.tar.gz rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.tar.bz2 rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.zip |
Merge pull request #17266 from famiu/feat/ui/global-statusline
feat(statusline): add global statusline
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index bd29cd1d7a..cd5425336f 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -104,6 +104,8 @@ when the last window also has a status line: 'laststatus' = 0 never a status line 'laststatus' = 1 status line if there is more than one window 'laststatus' = 2 always a status line + 'laststatus' = 3 have a global statusline at the bottom instead + of one for each window You can change the contents of the status line with the 'statusline' option. This option can be local to the window, so that you can have a different |