function kakkill --description 'select kakoune sessions to kill' set ids (kak -l | fzf --multi) for id in $ids echo kill | kak -p "$id" end end