summaryrefslogtreecommitdiff
path: root/fnl/config/better-escape.fnl
blob: f262784b82a01a93e62381c6fc985261b30cd147 (plain)
1
2
3
4
5
6
7
8
;; Better escape without nasty delay.

(local opts {:mapping [:kk :jj]
             :timeout vim.o.timeoutlen
             :clear_empty_lines false
             :keys :<Esc>})

{1 :max397574/better-escape.nvim :event :BufReadPost :config opts}