put neovim in the title (for keepass)

This commit is contained in:
Oliver Hartmann 2023-04-17 15:18:55 +02:00
parent 8bd2e43052
commit 03e2166f57

View File

@ -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