hook global BufSetOption filetype=(?:kak) %{ define-snippet buffer snip-kak-define define-snippet buffer snip-kak-hook } define-command snip-kak-define %{ prompt 'Command: ' %{ set-register c %val{text} execute-keys ',idefine-command c %{' execute-keys '}' } } define-command snip-kak-hook %{ prompt 'Event: ' %{ set-register c %val{text} execute-keys ',ihook global c .* %{' execute-keys '}' } }