How to share clipboard between tmux/vim and osx
I found solution for iterm+vim here 开发者_JAVA技巧-> 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:
- v0.2.5 : added tmux support. (2009-11-11)
- v0.2.10 : added a fix for tmux when screen is also installed. (2012-01-21)
精彩评论