diff --git a/home/user/.tmux/01.sh b/home/user/.tmux/01.sh index f8704f8..f5febe7 100755 --- a/home/user/.tmux/01.sh +++ b/home/user/.tmux/01.sh @@ -11,7 +11,7 @@ if ! tmux has-session -t "$SESSION"; then tmux new-session -s "$SESSION" -d -n "$MAINW" -c "$WORKING_PROJECT" tmux send-keys -t "$SESSION:$MAINW" '$EDITOR' Enter tmux send-keys -t "$SESSION:$MAINW" , f f - tmux splitw -t "$SESSION:$MAINW" -d -h -l 40% -c '#{pane_current_path}' + tmux splitw -t "$SESSION:$MAINW" -d -b -h -l 30% -c '#{pane_current_path}' fi tmux switch-client -t "$SESSION" \ No newline at end of file