set title and titlestring

This commit is contained in:
Oliver Hartmann 2022-04-29 15:56:22 +02:00
parent 8cafa90c01
commit e34744b677

View File

@ -41,6 +41,8 @@ opt.spelllang= 'en,de'
opt.completeopt= 'menu,menuone,noselect' opt.completeopt= 'menu,menuone,noselect'
opt.expandtab= true opt.expandtab= true
opt.smartindent= true opt.smartindent= true
opt.title = true
opt.titlestring = '%{getcwd()} - %t'
-- go to previous/next line with h,l,left arrow and right arrow -- go to previous/next line with h,l,left arrow and right arrow
-- when cursor reaches end/beginning of line -- when cursor reaches end/beginning of line