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

{1 :max397574/better-escape.nvim
 :event :BufReadPost
 :opts {:mapping [:kk :jj]
        :timeout vim.o.timeoutlen
        :clear_empty_lines false
        :keys :<Esc>}}