diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 261b2e78..6c3f3cdc 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -156,12 +156,21 @@ define-command -override -hidden consume %{ } } +define-command terminal-consume %{ + terminal dash -c 'niri msg action consume-or-expel-window-left; exec fish' +} + +alias global tc terminal-consume + define-command -docstring %{ Create a new client in vertial split -} newv %{ +} new-consume %{ new consume } +alias global nc new-consume +alias global n new + # jumplist map -docstring 'jump forward' global normal