Ajout mdp que choisir, tmux.

main
Gil 2023-09-06 09:30:14 +02:00
parent 163048efef
commit c98c6e7c36
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
## Use vim keybindings in copy mode
set-option -g mouse on
bind-key v copy-mode
setw -g mode-keys vi
set-option -s set-clipboard off
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
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'

Binary file not shown.