diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,3 +28,6 @@ endif " Ingnore Case in search set ignorecase + +" Always show tabline (0=never, 1=when there are at least 2 tabs, 2=always) +set showtabline=2 |