changed titlestring to cwd

This commit is contained in:
Oliver Hartmann 2023-03-30 15:33:57 +02:00
parent 506583b78a
commit 56357acccf

View File

@ -60,7 +60,7 @@ opt.completeopt = 'menu,menuone,noselect'
opt.expandtab = true
opt.smartindent = true
opt.title = true
opt.titlestring = '%{getcwd()} - %t'
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%)'
opt.laststatus = 3 -- for lualine
-- go to previous/next line with h,l,left arrow and right arrow