1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-24 08:42:27 +02:00

new shells should be open after current

This commit is contained in:
Hubert depesz Lubaczewski 2019-05-21 08:11:11 +02:00
parent 90c19886e9
commit adab8e6c02

View File

@ -18,6 +18,8 @@ tmux has-session -t "${project_name}" 2> /dev/null && exec tmux attach-session -
tmux new-session -d -s "$project_name" -n "shell"
tmux bind-key c new-window -c "#{pane_current_path}" -a
tmux new-window -d -n morbo -t 99
tmux split-window -d -t morbo
tmux select-pane -t morbo.0