From 2a94573f54c69a9af7536586ab2c03eb88bda5e7 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 5 Jan 2024 01:50:20 +0100 Subject: Refactor --- fnl/plugins/better-escape.fnl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fnl/plugins/better-escape.fnl (limited to 'fnl/plugins/better-escape.fnl') diff --git a/fnl/plugins/better-escape.fnl b/fnl/plugins/better-escape.fnl new file mode 100644 index 0000000..5bd9b0c --- /dev/null +++ b/fnl/plugins/better-escape.fnl @@ -0,0 +1,8 @@ +;; Better escape without nasty delay. + +(local opts {:mapping [:kk :jj] + :timeout vim.o.timeoutlen + :clear_empty_lines false + :keys :}) + +{1 :max397574/better-escape.nvim :event :BufReadPost : opts} -- cgit v1.2.3-70-g09d2