pub-solar-os/profiles/develop/kakoune/plugins/auto-pairs.kak
2019-12-15 00:03:57 -07:00

7 lines
219 B
Plaintext

hook global WinCreate .* %{
auto-pairs-enable
}
map global user s -docstring 'Surround' ': auto-pairs-surround <lt> <gt><ret>'
map global user S -docstring 'Surround++' ': auto-pairs-surround <lt> <gt> _ _ * *<ret>'