summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/better-escape.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/better-escape.fnl b/fnl/plugins/better-escape.fnl
index 5bd9b0c..49d0162 100644
--- a/fnl/plugins/better-escape.fnl
+++ b/fnl/plugins/better-escape.fnl
@@ -1,6 +1,6 @@
;; Better escape without nasty delay.
-(local opts {:mapping [:kk :jj]
+(local opts {:mapping [:nt :tn]
:timeout vim.o.timeoutlen
:clear_empty_lines false
:keys :<Esc>})