pub-solar-os/profiles/develop/kakoune/plugins/auto-pairs.kak

7 lines
219 B
Plaintext
Raw Normal View History

2019-12-15 07:03:57 +00:00
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>'