avoid confusing <Esc> + key with <Alt> + key
This commit is contained in:
parent
95be988ec4
commit
8a950deee0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue