Copy to Clipboard in Vim under Ubuntu
Linux, vim
To copy to clipboard in Vim under Ubuntu:
- Select a block to copy using Visual mode.
- Use
"+yto yank to clipboard (instead ofY)
comments powered by Disqus
To copy to clipboard in Vim under Ubuntu:
"+y to yank to clipboard (instead of Y)