blob: ffe3a6e405d4a55a117994ec1b3450853f69285c (
plain)
1
2
3
4
5
6
7
8
|
;; Better escape without nasty delay
(module config.better-escape {autoload {: 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>}))
|