Small changes regarding keymaps

This commit is contained in:
Norm Rasmussen
2023-02-07 18:11:40 -05:00
parent 9e06591d0e
commit ab5276dc3f

View File

@ -48,7 +48,7 @@ opt.wrap = true
-- Memory, CPU
-----------------------------------------------------------
opt.hidden = true -- Enable background buffers
opt.history = 100 -- Remember N lines in history
opt.history = 100 -- Remember N lines in historma:y
opt.lazyredraw = true -- Faster scrolling
opt.synmaxcol = 240 -- Max column for syntax highlight
-----------------------------------------------------------