set title and titlestring
This commit is contained in:
parent
8cafa90c01
commit
e34744b677
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user