summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-07 13:51:55 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-07 13:51:55 +0100
commit727a5ab4a17203d52b10351858e9e2079f9ebd9e (patch)
tree411fec18ea233d103edd47a3c683f89a8079c6fb /fnl/plugins
parent076805ccf4983657a8a9a485341a1b85e01cc1a6 (diff)
Nuke better escape
Diffstat (limited to 'fnl/plugins')
-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}