Better split

This commit is contained in:
David Heinemeier Hansson
2026-02-17 11:26:41 +01:00
parent 02fd1961b9
commit 3e07255fbc

View File

@@ -136,8 +136,8 @@ tml() {
# Get current pane ID (will become editor pane after splits)
editor_pane=$(tmux display-message -p '#{pane_id}')
# Split window vertically - top 90%, bottom 10%
tmux split-window -v -p 10 -c "$current_dir"
# Split window vertically - top 85%, bottom 15%
tmux split-window -v -p 15 -c "$current_dir"
# Go back to top pane (editor_pane) and split it horizontally
tmux select-pane -t "$editor_pane"