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 0df19fd commit ab3e4e0Copy full SHA for ab3e4e0
scripts/goto_session.sh
@@ -3,8 +3,8 @@
3
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
5
main() {
6
- # displayes tmux session list
7
- tmux run-shell "$CURRENT_DIR/list_sessions.sh"
+ # displays tmux session list
+ tmux run-shell -b "$CURRENT_DIR/list_sessions.sh"
8
# goto command prompt
9
tmux command -p session: "run '$CURRENT_DIR/switch_or_loop.sh \"%1\"'"
10
}
0 commit comments