Is there a way to copy/paste with iterm2 on osx over ssh with tmux and vim?
- by Aaron Gibralter
Given I am SSHed into a server and have tmux running, is there any straightforward way to be able to yank into a register in vim and:
have that text be available in my tmux clipboard?
have that text available in my osx clipboard?
I know how to copy/paste in tmux and iterm2 seems to handle passing that onto my osx clipboard. However there are times when I want to yank text in a vim split screen and the tmux copy/paste won't do. Anyone figured this out?
Thanks so much!