summaryrefslogtreecommitdiff
path: root/fnl/config/better-escape.fnl
blob: 5bd9b0c05fd3eb4cd98f5934533a415eadf4ed27 (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 : opts}