tmux session template changed
This commit is contained in:
parent
4fc2971dde
commit
2905817df9
@ -1,4 +1,6 @@
|
||||
# vim: filetype=tmux
|
||||
new-session -s s01 -A -n main -c "$WORKING_PROJECT" "$EDITOR"
|
||||
send-keys -t s01:main M-1
|
||||
splitw -t s01:main -d -h -l 40% -c '#{pane_current_path}'
|
||||
SESSION=s01
|
||||
MAINW=main
|
||||
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}'
|
||||
Loading…
x
Reference in New Issue
Block a user