From 052a7d92f1e2049f703af578e8bd9bd5b7105035 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 30 Oct 2022 04:40:40 +0100 Subject: [PATCH] vimrc: set title --- .vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/vimrc b/.vim/vimrc index 5c29372..1f95cb7 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -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.