nvme1986 / vimtouch

Automatically exported from code.google.com/p/vimtouch
GNU General Public License v2.0
1 stars 1 forks source link

Copy/Paste #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Copy text from another app (CTRL-C)
2. Paste into current document (CTRL-V)

What is the expected output? What do you see instead?
Text to appear

What version of the product are you using? On what operating system?
ICS on ASUS transformer prime

Please provide any additional information below.
Missing :HELP
Should work similar to WINDOWS port for copy/paste

Original issue reported on code.google.com by vert.r...@gmail.com on 11 May 2012 at 1:45

GoogleCodeExporter commented 9 years ago
I don't think Ctrl-c/Ctrl-v is the best way to do this, mainly because vim 
already uses Ctrl-v to toggle visual block mode.  System clipboard integration 
via "+y and "+p would be nice to have though.

Original comment by heindsight on 15 May 2012 at 8:08

GoogleCodeExporter commented 9 years ago
Is there another way to move text to/from the clipboard.

Also include the standard help.txt and usr_*.txt with apk so ":help" works with 
the difference from standard vim

Original comment by vert.r...@gmail.com on 2 Aug 2012 at 8:22

GoogleCodeExporter commented 9 years ago
copy/paste already implemented in 
https://github.com/momodalo/vimtouch/commit/e8fc4b9812701a203c9bbd121c05c755c0fc
7cf4

And help.txt, you can download the doc.vrz in the "Extra Downloads" and open 
the doc.vrz with vimtouch to install it. (These will be included in v1.6)

Original comment by momod...@gmail.com on 14 Sep 2012 at 2:19

GoogleCodeExporter commented 9 years ago
I have v1.7 on a Nexus 7 (Ice Cream Sandwich). A long press does nothing. How 
do I cut and paste? Thanks.

Original comment by sefer....@gmail.com on 24 Oct 2012 at 10:41

GoogleCodeExporter commented 9 years ago
Use the vim style to copy/paste with system clipboard

"*p => paste from system clipboard
"*yy => copy 1 one to system clipboard

Original comment by momod...@gmail.com on 24 Oct 2012 at 3:57

GoogleCodeExporter commented 9 years ago
Is not possible to copy/paste from/to another application ?

Original comment by fabrice....@gmail.com on 13 Apr 2015 at 8:39