ajout selection clipboard with mouse
parent
0a0546d99c
commit
96f1414f46
|
|
@ -15,7 +15,7 @@ bind P paste-buffer
|
|||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||
bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
|
||||
bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
|
||||
#bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i'
|
||||
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se p -i'
|
||||
|
||||
set-option -g history-limit 100000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue