blob: d4379a0e876e259a8f4953788ba7002995ab7dd1 (
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 opts}
|