fix: fix better escape in lazygit and terminal

This commit is contained in:
fm39hz-laptop 2024-07-16 11:57:52 +07:00
parent 41cf4eacf7
commit 8c9fd24053

View file

@ -1,5 +1,11 @@
return {
"max397574/better-escape.nvim",
event = "InsertEnter",
opts = {},
"max397574/better-escape.nvim",
event = "InsertEnter",
opts = {
default_mappings = true,
mappings = {
t = { j = { false } }, --lazygit navigation fix
v = { j = { k = false } }, -- visual select fix
},
},
}