Go to next/previous line with h,l,left and right

This commit is contained in:
Akianonymus 2021-07-17 14:34:36 +05:30
parent 72b9fa5018
commit dbc4979ebd
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ opt.expandtab = true
opt.shiftwidth = 2 opt.shiftwidth = 2
opt.smartindent = true opt.smartindent = true
-- go to previous/next line with h,l,left arrow and right arrow
-- when cursor reaches end/beginning of line
opt.whichwrap:append("<>hl")
g.mapleader = " " g.mapleader = " "
g.auto_save = false g.auto_save = false