How to make tmux work with system clipboard ubuntu: Difference between revisions

From razwiki
Jump to navigation Jump to search
(Created page with "Add this to ~/.tmux.conf bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard' https://unix.stackexchange.com/questions/131011/use-syste...")
 
(No difference)

Latest revision as of 02:20, 4 January 2022

Add this to ~/.tmux.conf

bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'

https://unix.stackexchange.com/questions/131011/use-system-clipboard-in-vi-copy-mode-in-tmux