vimrc: set title
This commit is contained in:
parent
f2ee16ab2e
commit
052a7d92f1
@ -1190,6 +1190,7 @@ set diffopt=filler,vertical
|
|||||||
set scrolloff=5 " scroll offset, min lines above/below cursor
|
set scrolloff=5 " scroll offset, min lines above/below cursor
|
||||||
"set scrolljump=5 " jump 5 lines when running out of the screen - NO
|
"set scrolljump=5 " jump 5 lines when running out of the screen - NO
|
||||||
set sidescroll=10 " minimum columns to scroll horizontally
|
set sidescroll=10 " minimum columns to scroll horizontally
|
||||||
|
set title " set titlestring based on file
|
||||||
set showcmd " show command status
|
set showcmd " show command status
|
||||||
set showmatch " flashes matching parenthese when cursor over the other one
|
set showmatch " flashes matching parenthese when cursor over the other one
|
||||||
" Make <,> match pairs, too.
|
" Make <,> match pairs, too.
|
||||||
|
Loading…
Reference in New Issue
Block a user