Browse Source

Exit parent process when detaching from tmux.

master
Fredrik Ekre 6 years ago
parent
commit
41fbeea91a
  1. 3
      .tmux.conf

3
.tmux.conf

@ -5,3 +5,6 @@ set-option -g default-terminal "screen-256color" @@ -5,3 +5,6 @@ set-option -g default-terminal "screen-256color"
bind-key -r j select-pane -L
# Mirror prefix Right to prefix k for switching pane right
bind-key -r k select-pane -R
# Exit parent process when detaching from tmux
bind-key d detach-client -P

Loading…
Cancel
Save