mirror of https://github.com/nirenjan/dotfiles.git
Set Vim to always show tabs
parent
aec82d71f9
commit
e6b3a404fa
3
vimrc
3
vimrc
|
@ -29,6 +29,9 @@ set hlsearch
|
||||||
" Show status line
|
" Show status line
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
|
" Show tab line
|
||||||
|
set showtabline=2
|
||||||
|
|
||||||
" Set status to show all details (File name, type, character under cursor,
|
" Set status to show all details (File name, type, character under cursor,
|
||||||
" Column, row, total lines, row/lines%)
|
" Column, row, total lines, row/lines%)
|
||||||
set statusline=%F%m%r%h%w\ %y\ [\%03.3b/0x\%02.2B]\ [%v,%l/%L]\ [%p%%]
|
set statusline=%F%m%r%h%w\ %y\ [\%03.3b/0x\%02.2B]\ [%v,%l/%L]\ [%p%%]
|
||||||
|
|
Loading…
Reference in New Issue