Update and clean up mappings

This commit is contained in:
2024-10-25 16:44:23 +02:00
parent 5782fd24e6
commit 8dbc0f7a96
2 changed files with 12 additions and 35 deletions

View File

@@ -2,9 +2,6 @@ local autocmd = vim.api.nvim_create_autocmd
vim.opt.fillchars = { }
--
-- restore shift-y line copy
vim.keymap.set('n', 'Y', 'Y')
--
-- enable nvim intro
-- vim.opt.shortmess = "filnxtToO"
vim.opt.whichwrap:remove "<>[]hl"