Mention `showtabline` option in Vim tips and tricks

This commit is contained in:
ZyX 2014-08-14 22:50:27 +04:00
parent 63a376e91d
commit df19fe2701
1 changed files with 1 additions and 0 deletions

View File

@ -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: