mirror of https://github.com/LazyVim/starter
fix: fix better escape in lazygit and terminal
parent
41cf4eacf7
commit
8c9fd24053
|
@ -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…
Reference in New Issue