1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 08:02:19 +00:00

Update tmux, add pavucontrol

This commit is contained in:
J. Fernando Sánchez
2017-12-03 15:42:16 +01:00
parent ea2954b21e
commit 6dbc5a2635
2 changed files with 6 additions and 3 deletions

View File

@@ -75,9 +75,9 @@ unbind [
bind Escape copy-mode
unbind p
bind p paste-buffer
bind-key -t vi-copy v begin-selection
bind-key -t vi-copy y copy-selection
bind-key -t vi-copy C-v rectangle-toggle
bind-key -T copy-mode v send -X begin-selection
bind-key -T copy-mode y send -X copy-selection
bind-key -T copy-mode C-v send -X rectangle-toggle
unbind C-s
# copy tmux buffer to clipboard
#bind-key Y save-buffer ~/.tmux/buffer \; run-shell "xsel -i -p <~/.tmux/buffer && rm ~/.tmux/buffer"