I found solution for iterm+vim here -> http://stackoverflow.com/questions/677986/vim-copy-selection-to-os-x-clipboard
Now i use fakeclip, and it work in vim directly, but not when i use tmux to split terminal window.
|
I found solution for iterm+vim here -> http://stackoverflow.com/questions/677986/vim-copy-selection-to-os-x-clipboard Now i use fakeclip, and it work in vim directly, but not when i use tmux to split terminal window. |
||||
|
Latest beta of iTerm2 has built-in tmux integration, which would take care of this. |
|||
|
|
|
fakeclip has been updated to work with both tmux and with screen:
|
|||
|
|
xclip, I use it on Ubuntu GNU/Linux to work with clipboard. GNU/Linux and OSX both use XWindow so maybe it will too. – jcubic Oct 22 '11 at 0:07