tmux mouse control

This commit is contained in:
odrling 2018-08-27 22:45:40 +02:00
parent 06777c3b7c
commit 22d296422b

View file

@ -10,10 +10,10 @@ bind -n M-Down select-pane -D
#bind -n C-d detach
# Enable mouse mode (tmux 2.1 and above)
#set -g mouse on
set -g mouse on
#bind-key -n -T copy-mode-vi Enter send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
#bind-key -n -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
bind-key -n -T copy-mode-vi Enter send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
bind-key -n -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
######################
### DESIGN CHANGES ###