|
|
|
|
|
by bryogenic
1905 days ago
|
|
I took this tmux config line to the next level because: - I want it yanked into both the selection AND the default clipboard - I want tmux to exit copy mode after yanking bind -T copy-mode-vi y send -X copy-pipe-and-cancel 'xclip -in -selection default; xclip -o | xclip -in -selection clipboard'
|
|