changed titlestring to cwd
This commit is contained in:
parent
506583b78a
commit
56357acccf
@ -60,7 +60,7 @@ opt.completeopt = 'menu,menuone,noselect'
|
|||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
opt.title = true
|
opt.title = true
|
||||||
opt.titlestring = '%{getcwd()} - %t'
|
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%)'
|
||||||
opt.laststatus = 3 -- for lualine
|
opt.laststatus = 3 -- for lualine
|
||||||
|
|
||||||
-- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user