mirror of
https://github.com/prurigro/darkcloud-tmuxconfig.git
synced 2024-11-23 07:34:10 -05:00
Re-enable right click in applications inside tmux
This commit is contained in:
parent
2fc13c9be1
commit
140ae43c29
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue