From df19fe2701c56e42028c65e9dd70b9560fdca6d4 Mon Sep 17 00:00:00 2001 From: ZyX Date: Thu, 14 Aug 2014 22:50:27 +0400 Subject: [PATCH] Mention `showtabline` option in Vim tips and tricks --- docs/source/tips-and-tricks.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/tips-and-tricks.rst b/docs/source/tips-and-tricks.rst index 9961b8eb..b2216b12 100644 --- a/docs/source/tips-and-tricks.rst +++ b/docs/source/tips-and-tricks.rst @@ -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: