diff --git a/init.lua b/init.lua index ee8fbc99..f4908d21 100644 --- a/init.lua +++ b/init.lua @@ -107,6 +107,9 @@ vim.opt.number = true -- Enable mouse mode, can be useful for resizing splits for example! vim.opt.mouse = 'a' +-- Set the title of the console window to the filename. +vim.cmd 'set title' + -- Don't show the mode, since it's already in the status line vim.opt.showmode = false