How to make Vim and Tmux friends with system clipboard

1 · Abin Simon · May 27, 2017, midnight
Fist of all, a small apology. The tmux solution is a bit specific and works only if you are using macOS and iTerm as your terminal emulator. Get Vim to play nice # Getting Vim working with the system clipboard is the easy part. On macOS ( Sierra ) # This is very easy. You will have clipboard support out of the box. You can get the clipboard contents by using "*p for paste and "*y for copy ( yank ) On Linux # Well, its a bit harder on Linux, not that much though. First you will have to install ...