put neovim in the title (for keepass)
This commit is contained in:
parent
8bd2e43052
commit
03e2166f57
@ -60,7 +60,7 @@ opt.completeopt = 'menu,menuone,noselect'
|
||||
opt.expandtab = true
|
||||
opt.smartindent = true
|
||||
opt.title = true
|
||||
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%)'
|
||||
opt.titlestring='%(%{fnamemodify(getcwd(),\":t\")}%) Neovim'
|
||||
opt.laststatus = 3 -- for lualine
|
||||
|
||||
-- go to previous/next line with h,l,left arrow and right arrow
|
||||
|
Loading…
x
Reference in New Issue
Block a user