File tmux.conf changed (mode: 100644) (index 7da470c..97b7617) |
... |
... |
set-option -g status-right-length 50 |
78 |
78 |
set-option -g status-position top |
set-option -g status-position top |
79 |
79 |
|
|
80 |
80 |
# copy copy-mode selection into primary selection of X |
# copy copy-mode selection into primary selection of X |
81 |
|
bind-key -t vi-copy c copy-pipe "xclip -selection primary -i" |
|
|
81 |
|
bind-key -t vi-copy c copy-pipe "xsel --primary --input" |
82 |
82 |
# copy copy-mode selection into clipboard of X |
# copy copy-mode selection into clipboard of X |
83 |
|
bind-key -t vi-copy C copy-pipe "xclip -selection clipboard -i" |
|
|
83 |
|
bind-key -t vi-copy C copy-pipe "xsel --clipboard --input" |