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

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

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