dotfiles/.config/kak/autoload/expand.kak

8 lines
173 B
Text

provide-module expand %—
define-command expand %{
execute-keys '<a-:>L<a-;>H'
}
define-command shrink %{
execute-keys '<a-:>H<a-;>L'
}