diff --git a/lua/plugins/better-escape.lua b/lua/plugins/better-escape.lua new file mode 100644 index 0000000..30026f9 --- /dev/null +++ b/lua/plugins/better-escape.lua @@ -0,0 +1,7 @@ +return { + "max397574/better-escape.nvim", + opts = { + timeout = vim.o.timeoutlen, -- after `timeout` passes, you can press the escape key and the plugin will ignore it + default_mappings = true, -- setting this to false removes all the default mappings + }, +}