Timeline for How to copy text from vim to an external program?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 30, 2017 at 15:51 | comment | added | rudolph9 | also as @HamishDowner notes in his answer: The following will work only if vim --version indicates that you have +xterm_clipboard feature. If not, you will have to install extra packages or recompile vim with that feature added. | |
| Apr 24, 2014 at 0:38 | comment | added | user7089 | Regarding your last point, dd means "cut one line", so that would be the expected behavior. In the rare case when you want to actually delete a line into oblivion, "_dd will do the trick. | |
| Aug 8, 2013 at 8:23 | comment | added | Kit Ho | + is a clipboard regiser | |
| May 3, 2011 at 23:19 | history | answered | user4398 | CC BY-SA 3.0 |