summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-07 01:28:46 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-01-07 01:28:46 +0100
commitb32db71672f7ab6b17c986cf47e54d0a128bf5f0 (patch)
tree276cead442017158c3f3cc4bc4d9504489dd65f9 /fnl
parent81b0fdd14fab1dfdd5b43fd5dc520709800d78a0 (diff)
Update better-escape keys
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>})