Update init.lua Set the title of the console window to the filename.
This commit is contained in:
parent
de44f49101
commit
7aa23af48d
3
init.lua
3
init.lua
|
@ -107,6 +107,9 @@ vim.opt.number = true
|
||||||
-- Enable mouse mode, can be useful for resizing splits for example!
|
-- Enable mouse mode, can be useful for resizing splits for example!
|
||||||
vim.opt.mouse = 'a'
|
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
|
-- Don't show the mode, since it's already in the status line
|
||||||
vim.opt.showmode = false
|
vim.opt.showmode = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue