|
|
|
|
|
by 8192kjshad09-
2249 days ago
|
|
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-pipe-and-
cancel 'xclip -in -selection clipboard'
Works just like vim. Press v to go into visual mode, then y to yank the selection |
|