This commit is contained in:
2024-08-05 16:16:34 -04:00
parent 6bebad7881
commit f96e20348a
87 changed files with 123 additions and 5455 deletions

View File

@@ -2,11 +2,12 @@ vim.cmd([[
set nowrap
set number
set scrolloff=5
set colorcolumn=128
colorscheme elflord
hi ColorColumn ctermbg=lightgrey guibg=lightgrey
]])
vim.keymap.set('n', '<C-Up>', '<C-w><up>', { silent = true })
vim.keymap.set('n', '<C-Down>', '<C-w><down>', { silent = true })
vim.keymap.set('n', '<C-Left>', '<C-w><left>', { silent = true })
vim.keymap.set('n', '<C-Right>', '<C-w><right>', { silent = true })