4 lines
166 B
Plaintext
4 lines
166 B
Plaintext
# 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}' |