Mention `showtabline` option in Vim tips and tricks
This commit is contained in:
parent
63a376e91d
commit
df19fe2701
|
@ -14,6 +14,7 @@ statusline:
|
|||
.. code-block:: vim
|
||||
|
||||
set laststatus=2 " Always display the statusline in all windows
|
||||
set showtabline=2 " Always display the tabline, even if there is only one tab
|
||||
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline)
|
||||
|
||||
.. _tips-and-tricks-urxvt:
|
||||
|
|
Loading…
Reference in New Issue