starter/lua/plugins/actions/escape.lua

12 lines
231 B
Lua

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