Fix vim in tmux via mosh.

This commit is contained in:
Bartek Stalewski 2024-10-25 23:33:33 +02:00
parent 5a18128361
commit 011c1e1c20
Signed by: ftpd
SSH Key Fingerprint: SHA256:vGQiaNJcfUMLt3wF58+Zx15C6SpRDA9spUeggjVY8Yo

View File

@ -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