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.foldexpr = "nvim_treesitter#foldexpr()"
|
||||||
vim.opt.foldenable = false
|
vim.opt.foldenable = false
|
||||||
vim.opt.exrc = true
|
vim.opt.exrc = true
|
||||||
|
vim.opt.ttimeoutlen = 0
|
||||||
|
|
||||||
|
|
||||||
function no_paste(reg)
|
function no_paste(reg)
|
||||||
return function(lines)
|
return function(lines)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue