return { { "max397574/better-escape.nvim", config = function() require("better_escape").setup({ timeout = vim.o.timeoutlen, default_mappings = true, mappings = { i = { j = { -- These can all also be functions k = "", j = "", }, i = { i = "", }, }, c = { j = { k = "", j = "", }, i = { i = "", }, }, t = { j = { k = "", }, }, v = { j = { k = "", }, }, s = { j = { k = "", }, }, }, }) end, }, }