Changed some keymaps for macros

This commit is contained in:
Norm Rasmussen
2022-11-28 19:55:20 -05:00
parent aa64085efe
commit 0b7b5fa001
7 changed files with 114 additions and 79 deletions

View File

@ -27,6 +27,7 @@ g.markdown_folding = 1
-- Neovim UI
-----------------------------------------------------------
opt.number = true -- Show line number
opt.relativenumber = true -- Show Current Line with Relative numbers above and below cursor.
opt.showmatch = true -- Highlight matching parenthesis
opt.foldmethod = 'syntax' -- Enable folding (default 'foldmarker')
opt.colorcolumn = '150' -- Line lenght marker at 80 columns