diff --git a/rc/windowing/iterm.kak b/rc/windowing/iterm.kak index a1bd4697..f3d72d3e 100644 --- a/rc/windowing/iterm.kak +++ b/rc/windowing/iterm.kak @@ -116,6 +116,12 @@ If no client is passed then the current one is used' \ -e " tell aTab to repeat with aSession in sessions" \ -e " tell aSession" \ -e " if (unique id = \"${session}\") then" \ + -e " tell aWin" \ + -e " select" \ + -e " end tell" \ + -e " tell aTab" \ + -e " select" \ + -e " end tell" \ -e " select" \ -e " end if" \ -e " end tell" \