summaryrefslogtreecommitdiff
path: root/fnl/config/better-escape.fnl
blob: e48692721ebedfa57137931b8c2c7c97db612b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
;; Better escape without nasty delay
(module config.better-escape
  {autoload {util util}})


(let [better-escape (util.load-plugin :better-escape)]
  (better-escape.setup {
    :mapping ["jk" "jj"]
    :timeout vim.o.timeoutlen
    :clear_empty_lines false
    :keys "<Esc>"}))