From 6999fe2faa9634f2f19d4197d768e67560653a49 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 21 May 2024 13:35:17 +0300 Subject: [PATCH] fix typo --- home/user/.tmux/01.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/user/.tmux/01.sh b/home/user/.tmux/01.sh index 9bc3c7c..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 -b -h -l 29% -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