mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
fix: fix better escape in lazygit and terminal
This commit is contained in:
parent
41cf4eacf7
commit
8c9fd24053
1 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue