Re-enable right click in applications inside tmux

This commit is contained in:
Kevin MacMartin 2015-10-20 15:08:17 -04:00
parent 2fc13c9be1
commit 140ae43c29
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@ set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
# mouse
set-option -g mouse on
set-option -g mouse-utf8 on
bind -T root MouseDown3Pane send-keys -M #send right clicks to the application below
# KEY BINDINGS
#

View file

@ -43,6 +43,7 @@ set-window-option -g mode-keys vi #use vi-style keys in copy and choice modes
# mouse
set-option -g mouse on
set-option -g mouse-utf8 on
bind -T root MouseDown3Pane send-keys -M #send right clicks to the application below
# KEY BINDINGS
#