summaryrefslogtreecommitdiff
path: root/fnl/plugins/better-escape.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/better-escape.fnl')
-rw-r--r--fnl/plugins/better-escape.fnl8
1 files changed, 0 insertions, 8 deletions
diff --git a/fnl/plugins/better-escape.fnl b/fnl/plugins/better-escape.fnl
deleted file mode 100644
index 49d0162..0000000
--- a/fnl/plugins/better-escape.fnl
+++ /dev/null
@@ -1,8 +0,0 @@
-;; Better escape without nasty delay.
-
-(local opts {:mapping [:nt :tn]
- :timeout vim.o.timeoutlen
- :clear_empty_lines false
- :keys :<Esc>})
-
-{1 :max397574/better-escape.nvim :event :BufReadPost : opts}