tmux session template changed

This commit is contained in:
thek4n 2024-03-21 21:28:37 +03:00
parent 4fc2971dde
commit 2905817df9

View File

@ -1,4 +1,6 @@
# vim: filetype=tmux # vim: filetype=tmux
new-session -s s01 -A -n main -c "$WORKING_PROJECT" "$EDITOR" SESSION=s01
send-keys -t s01:main M-1 MAINW=main
splitw -t s01:main -d -h -l 40% -c '#{pane_current_path}' new-session -s ${SESSION} -A -n ${MAINW} -c "$WORKING_PROJECT" "$EDITOR"
send-keys -t ${SESSION}:${MAINW} M-1
splitw -t ${SESSION}:${MAINW} -d -h -l 40% -c '#{pane_current_path}'