Fix vim in tmux via mosh.
This commit is contained in:
parent
5a18128361
commit
011c1e1c20
@ -7,8 +7,9 @@ local o = vim.o
|
||||
o.gdefault = true
|
||||
o.hlsearch = false
|
||||
o.inccommand = "split"
|
||||
o.shiftround = true
|
||||
o.relativenumber = false
|
||||
o.shiftround = true
|
||||
o.termguicolors = true
|
||||
o.wrap = true
|
||||
o.writebackup = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user