1
0
Fork 0

fix whichwrap

This commit is contained in:
Felipe 2023-04-17 19:38:42 -04:00
parent 0ac264264d
commit 68f82e8b13
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -20,7 +20,7 @@ opt.writebackup = false
opt.swapfile = false opt.swapfile = false
opt.shortmess:append({ I = true }) opt.shortmess:append({ I = true })
-- whichwrap -- left/right keys can traverse up/down -- whichwrap -- left/right keys can traverse up/down
--opt.whichwrap = {'<','>','[',']'} opt.whichwrap:append("<,>,[,]")
opt.cmdheight = 2 opt.cmdheight = 2
opt.showcmd = true opt.showcmd = true
g.mapleader = " " g.mapleader = " "