Désactivation de la souris dans tmux... beurk

main
Gil Portenseigne 2024-01-25 10:34:30 +01:00
parent 147c56e959
commit a44935652a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
## Use vim keybindings in copy mode
set-option -g mouse on
set-option -g mouse off
bind-key v copy-mode
@ -10,4 +10,4 @@ bind-key -T copy-mode-vi v send-keys -X begin-selection
bind-key -T copy-mode-vi y send-keys -X rectangle-toggle
unbind -T copy-mode-vi Enter
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 c -i'