We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6050d2d commit ca6468eCopy full SHA for ca6468e
scripts/restore.sh
@@ -340,7 +340,7 @@ restore_grouped_sessions() {
340
}
341
342
restore_active_and_alternate_windows() {
343
- awk 'BEGIN { FS="\t"; OFS="\t" } /^window/ && $6 ~ /[*-]/ { print $2, $4, $3; }' $(last_resurrect_file) |
+ awk 'BEGIN { FS="\t"; OFS="\t" } /^window/ && $6 ~ /[*-]/ { print $2, $5, $3; }' $(last_resurrect_file) |
344
sort -u |
345
while IFS=$d read session_name active_window window_number; do
346
tmux switch-client -t "${session_name}:${window_number}"
0 commit comments