vimrc: set title

This commit is contained in:
surtur 2022-10-30 04:40:40 +01:00
parent f2ee16ab2e
commit 052a7d92f1
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -1190,6 +1190,7 @@ set diffopt=filler,vertical
set scrolloff=5 " scroll offset, min lines above/below cursor
"set scrolljump=5 " jump 5 lines when running out of the screen - NO
set sidescroll=10 " minimum columns to scroll horizontally
set title " set titlestring based on file
set showcmd " show command status
set showmatch " flashes matching parenthese when cursor over the other one
" Make <,> match pairs, too.