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:
parent
90c19886e9
commit
adab8e6c02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user