blob: 659d22f468f66fc7923fa83536752a3e80052af5 (
plain)
1
2
3
4
5
6
7
8
9
|
;; Better escape without nasty delay.
(module config.better-escape {autoload {util config.util}})
(def- opts {:mapping [:kk :jj]
:timeout vim.o.timeoutlen
:clear_empty_lines false
:keys :<Esc>})
(util.setup :better_escape opts)
|