v3.0.0-beta6
LunarWatcher
released this
16 Feb 18:39
·
235 commits
to master
since this release
3.0.0-beta6
Changed
- All the keybinds (#18)
- The new scheme uses largely compound keybinds:
<C-p>
as a prefix (ctrl-autopairs), followed by some semi-representative ctrl keybind.<C-p><C-s>
for jump (ctrl skip),<C-p><C-b>
for back insert,<C-p><C-t>
for toggling auto-pairs.<C-f>
is for fast wrap, but note that<C-p>
is not used for this keybind at all. let g:AutoPairsCompatibleMaps
added (#20; defaults to 1 for the near foreseeable future)
- The new scheme uses largely compound keybinds:
- Re-disable
g:AutoPairsMultilineClose
(#21; hotpatch)