{ empty = { plugins.better-escape.enable = true; }; defaults = { plugins.better-escape = { enable = true; settings = { timeout = "vim.o.timeoutlen"; default_mappings = true; mappings = { i.j = { k = ""; j = ""; }; c.j = { k = ""; j = ""; }; t.j = { k = ""; j = ""; }; v.j.k = ""; s.j.k = ""; }; }; }; }; example = { plugins.better-escape = { enable = true; settings = { mappings.i.j = { k = ""; j = ""; }; timeout = 150; }; }; }; }