diff --git a/.tmux.conf b/.tmux.conf index 8216547..79e058c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -7,6 +7,9 @@ set-option -g prefix C-a # double tap for back and forth bind-key C-a last-window +# for muxception +bind-key a send-prefix + # close window bind q confirm kill-window