Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
tmux-resurrect
Commits
365a2e78
Unverified
Commit
365a2e78
authored
Oct 30, 2017
by
Robert Malko
Committed by
GitHub
Oct 30, 2017
Browse files
actually rename windows when restoring
parent
9c7ec631
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/restore.sh
View file @
365a2e78
...
...
@@ -159,6 +159,7 @@ new_pane() {
else
tmux split-window
-t
"
${
session_name
}
:
${
window_number
}
"
-c
"
$dir
"
fi
tmux rename-window
-t
"
${
session_name
}
:
${
window_number
}
"
"
$window_name
"
# minimize window so more panes can fit
tmux resize-pane
-t
"
${
session_name
}
:
${
window_number
}
"
-U
"999"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment