Enhance tmux session script with git visualization
- Add dedicated gitui window for interactive git operations - Rename bash window to shell for clarity - Maintain existing nvim and claude-code windows 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
dd5753a87d
commit
f2c81c7a8d
1 changed files with 3 additions and 1 deletions
4
tmux.sh
4
tmux.sh
|
|
@ -16,7 +16,9 @@ tmux send-keys -t $SESSION_NAME:2 "claude -r" C-m
|
||||||
tmux split-window -t $SESSION_NAME:2 -h
|
tmux split-window -t $SESSION_NAME:2 -h
|
||||||
tmux split-window -t $SESSION_NAME:2.2 -v
|
tmux split-window -t $SESSION_NAME:2.2 -v
|
||||||
tmux select-pane -t $SESSION_NAME:2.1
|
tmux select-pane -t $SESSION_NAME:2.1
|
||||||
tmux new-window -t $SESSION_NAME:3 -n "bash"
|
tmux new-window -t $SESSION_NAME:3 -n "git"
|
||||||
|
tmux send-keys -t $SESSION_NAME:3 "gitui" C-m
|
||||||
|
tmux new-window -t $SESSION_NAME:4 -n "shell"
|
||||||
|
|
||||||
tmux select-window -t $SESSION_NAME:1
|
tmux select-window -t $SESSION_NAME:1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue