mirror of https://github.com/nirenjan/dotfiles.git
Enable power detach in tmux configuration
Power detach works similar to screen's power detach. ^A D will detach the tmux session and send SIGHUP to the parent process.vimbundler
parent
01dee42ba2
commit
7c28319adb
|
@ -151,9 +151,8 @@ bind-key - \
|
|||
# screen and the scrollback buffer too
|
||||
bind-key -n C-k clear-history
|
||||
|
||||
# Disable the choose-client key binding. It usually results in the current
|
||||
# client getting detached.
|
||||
unbind-key D
|
||||
# Power detach (detach and hangup parent process)
|
||||
bind-key D detach-client -P
|
||||
|
||||
# Rather than go with the last session, let the user pick from the list
|
||||
# of available sessions
|
||||
|
|
Loading…
Reference in New Issue