fix: fix better escape in lazygit and terminal

pull/99/head
fm39hz-laptop 2024-07-16 11:57:52 +07:00
parent 41cf4eacf7
commit 8c9fd24053
1 changed files with 9 additions and 3 deletions

View File

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