Fix vim in tmux via mosh.
This commit is contained in:
parent
5a18128361
commit
011c1e1c20
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue