From e34744b677da122d269c34ba6ebeceb09a0430a3 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 29 Apr 2022 15:56:22 +0200 Subject: [PATCH] set title and titlestring --- lua/my_options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/my_options.lua b/lua/my_options.lua index ac41fda..a5c829b 100644 --- a/lua/my_options.lua +++ b/lua/my_options.lua @@ -41,6 +41,8 @@ opt.spelllang= 'en,de' opt.completeopt= 'menu,menuone,noselect' opt.expandtab= true opt.smartindent= true +opt.title = true +opt.titlestring = '%{getcwd()} - %t' -- go to previous/next line with h,l,left arrow and right arrow -- when cursor reaches end/beginning of line