avoid confusing <Esc> + key with <Alt> + key

This commit is contained in:
Andy Teijelo 2024-06-19 16:46:43 -04:00
parent 95be988ec4
commit 8a950deee0

View file

@ -15,6 +15,9 @@ vim.opt.foldmethod = "expr"
vim.opt.foldexpr = "nvim_treesitter#foldexpr()"
vim.opt.foldenable = false
vim.opt.exrc = true
vim.opt.ttimeoutlen = 0
function no_paste(reg)
return function(lines)
end