From da43e8cc091b8e93713c2dbdca188d1b2e55d6d0 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 1 Apr 2025 15:45:46 +0300 Subject: [PATCH] tmux session --- home/user/.tmux/dotfiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/user/.tmux/dotfiles b/home/user/.tmux/dotfiles index 7eb21dc..2754872 100755 --- a/home/user/.tmux/dotfiles +++ b/home/user/.tmux/dotfiles @@ -10,9 +10,9 @@ readonly WORKING_PROJECT="${HOME}/dotfiles" if ! tmux has-session -t "${SESSION}"; then tmux new-session -s "${SESSION}" -d -n "${MAINW}" -c "${WORKING_PROJECT}" tmux splitw -t "${SESSION}:${MAINW}" -d -b -h -l "${_tmux_other_pane_size}" -c '#{pane_current_path}' - tmux send-keys -t "${SESSION}:${MAINW}.1" "git pull && git push" Enter + tmux send-keys -t "${SESSION}:${MAINW}.1" "git pull --rebase && git push" Enter tmux send-keys -t "${SESSION}:${MAINW}.2" '$EDITOR' Enter tmux send-keys -t "${SESSION}:${MAINW}.2" ':Telescope find_files' Enter fi -tmux switch-client -t "${SESSION}" \ No newline at end of file +tmux switch-client -t "${SESSION}"