General :: Copy To Clipboard From Within Vi / Vim Without Mouse?
Jun 30, 2011
I want to copy a highlighted field to the clipboard (not the copy/paste within vim but the clipboard that can be pasted outside of vim). I can do this by using the mouse but using the visual command (v) and then the yank command (y) does not do that.Is there a way to do this without the mouse?
View 10 Replies
ADVERTISEMENT
Feb 5, 2010
Is it possible to copy the output into the clipboard without using the mouse?
For example, I would like to do something like this:
$ pwd >> clipboard
View 2 Replies
View Related
Apr 5, 2010
Seems a utility called "xclip" and "xsel" are required, but is there anything simpler, that doesn't require extra utilities, along the lines ofCode:cat foo.txt > clipboardThis would for GNOME.
View 9 Replies
View Related
Sep 11, 2010
I would like to set Y and P to copy and paste directly to the system clipboard instead of vim buffer. I don't want any additional commands. Just the normal ones, but they should copy to and paste from the system clipboard and bypass the vim buffer.
View 5 Replies
View Related
Sep 18, 2010
Tried this, but there's no such a command in Arch.And this also doesn't work:Code:find ~ | grep -i pidgin | xclipboard Error: another clipboard is already running
View 5 Replies
View Related
Jun 24, 2011
I can copy image in Gimp and paste it to OpenOffice document.
How to do it (copy or paste image) from command line?
View 1 Replies
View Related
Jul 6, 2011
i'm used to using putty on a window's machine.With putty whatever you select is automatically on the clipboard without having to right click and select copy.And right click just pastes.
View 1 Replies
View Related
Aug 28, 2010
I having a hard time figuring out why this code works in an interactive ipython shell, but it gives a blank clipboard when run in a bash terminal.
Code:
#! /usr/bin/python2.6
#
[code]...
View 1 Replies
View Related
Oct 19, 2010
Just installed 10.10 32-bit on a Lenovo T61p laptop, and used Remote Desktop Viewer (version 2.3.2) to VNC into another system. I can copy from an application on 10.10 and then paste into a window in the VNC connection (e.g. to xterm or emacs), but I cannot do the reverse. When I try to paste, I get garbage displayed. For example, I selected "ls -l" from an xterm, which should have copied to the clipboard. When I paste this into an e-mail message, I get junk.
Here is what Emacs in hexl-mode says about that text:
7852 3109 05 xR1..
It shows as "xR1" some whitespace and then a tiny graphical box symbol with 00 and 05 in it. I'll try to paste it on the next line: Is this a known bug? Is there a workaround? Another app I can use?
xR1
This same VNC connection works fine, when I use 10.04.
View 1 Replies
View Related
Jun 21, 2011
I am using XMing+Putty to access a Linux machine from an XP32 machine. I can copy text from windows and paste it to Linux fine, but I can't copy from Linux and paste to Windows consistently. If I try several times (or hold down the paste keystroke) it will eventually paste; sometimes several times!
I would like to improve the consistency of my Linux to Window pastes. I have per-mutated every combo of Clipboard and Clipboard2. I can not edit /etc/gdm/custom.conf like some other fixes suggest. I have been informed the Linux admins will not allocate resources to resolve this problem in the near future so any fixes need to be Windows side or able to be done without root/admin privileges.
View 4 Replies
View Related
Aug 22, 2010
Anyone know how to send output to buffer via putty? Currently I am using vim with windows copy menu, very slow and tedious.
I download xclip but i got the following error:
Quote:cat ../mnt/fs1/tmp/rcentre01.log|xclip
Error: Can't open display: (null)
View 3 Replies
View Related
May 12, 2011
I want to install a clipboard that will copy from the internet and paste in office. I looked in the package manager and saw a plethora of clipboards.
View 7 Replies
View Related
Feb 24, 2010
In windows using remote desktop connection you can press Ctrl+Alt+minus to copy the current window on the remote desktop to the clipboard. How do you do that in Ubuntu's terminal server client? I have not found any key combination that works
View 2 Replies
View Related
Mar 10, 2010
My xfce4-screenshooter GUI has the option Copy to the Clipboard, but I could not find this option in its' cI'm trying to bind printscreen key with this. I know that in order for the option to work I need to have the application always running (in GUI thre is option Close the application after screenshot , again somenthing that I can not find in command line).
View 9 Replies
View Related
Nov 22, 2010
What is everyone's favorite screenshot programs? I really don't like the gnome one. A timer feature is very important to me and the gnome one doesn't have it.
I found the Xfce4 Screenshooter and it has a timer. Are there any other good ones that other people like? If there was a way to copy the picture to your clipboard that would make me even happier. I almost always edit my screenshots after I take them so that would be even more helpful. [url] [url]
View 7 Replies
View Related
Jun 15, 2011
How to remove the auto tab ? After i wrote ( { )In the terminal there is auto tab .. this looks handy at first but :When i copy paste from universal clipboard it keeps tabbing making the scripts very long .. Is there a setting how to remove it
View 1 Replies
View Related
Feb 17, 2011
install imagemagick python, and pygtk.
Code:
sudo apt-get install imagemagick python pygtk
Now save the following script somewhere as imgclip.py. This is a simple python script which takes an image file and puts it in the gnome-clipboard.
Code:
#! /usr/bin/python
import pygtk
pygtk.require('2.0')
[code]...
View 1 Replies
View Related
Jul 9, 2010
just installed ubuntu couple of days back on my netbook. I am still a beginner, enjoying my adventure exploring ubuntu. I have another desktop which runs on XP. I am able to access XP shared folders through my netbook(linux). However, i wanted to copy files from XP infact folders using TERMINAL in my netbook, not copy and paste using my mouse. Are there any commands for it?
View 1 Replies
View Related
Mar 18, 2011
I'd like to have a Linux machine run what Windows users typically call a clipboard as a network service on my small LAN (about 10 machines). More specifically I am looking to have Linux run the clipboard service centrally in the LAN with both Windows and *nix machines able to connect to it as opposed to the peer-to-peer sync model that I am seeing in almost all of the applications I've discovered thus far.
View 2 Replies
View Related
Dec 15, 2010
The clipboard corrupts whatever I copy to - when pasting to anywhere. It could be copying a URL in FIrefox to Gedit or from Gedit to Gedit. Always the same.
But this only happens when I am running Virtualbox - Win XP Pro SP3. I have been running the same VM for years - this is a new problem.
I googled a bit and most stated to upgrade to the latest (which I did) and run the Guest Additions (which I have).
I have allocated 1 GB of memory to the VM (out of 3GB). Memory on Ubuntu side is fine:
Code:
Copying and pasting within the VM works fine. And a lot of the memory is free:
Code:
View 3 Replies
View Related
Sep 29, 2010
I would like to have the following actions enabled in vim:
1. To go to some place, I click the left mouse key
2. To copy text TO the vim editor, I mark the text first in some other window (browser, emacs, xterm) and then I middle-click (or shift-middle click).
3. To copy text FROM the vim editor, I select the text (left-click, hold down, select text, release left button) and then paste the text to somewhere else via the middle button
4. The same as (3) but TO the vim editor itself.
I have the following content of my .vimrc:
:set number
:set mouse=r
:set selectmode+=mouse
:behave xterm
With that configuration, the points 2-4 are working. When I change mouse=r to mouse=a, then 1 AND 3 is working, where I have to press the shift key in addition to press the middle mouse button. How to enable all pieces 1-4, and at best without having the shift-key pressed down to be able to paste text? How should my .vimrc look like? EMacs is not a solution since I am working remotely over a large distance and the network is not suitable to have an EMacs session opened at the remote pc.
View 2 Replies
View Related
Aug 4, 2010
I am using CentOS 5.5 and openSUSE 11.0. I use vim editor but do not know more than 1 - 2% of its functionality. In openSUSE if i open 2 text files in 2 separate terminals, i can copy the contents of one file onto another by just left-clicking and dragging the mouse over the required text. But i am unable to do this in CentOS.
View 6 Replies
View Related
Jan 4, 2010
I started having some serious issues with my mouse after running updates yesterday. I am basically unable to copy and paste any text and this is making editing essays a major major major PITA! Basically when I click and drag my mouse to copy, the highlight looks good until I unclick then nothing is highlighted. Even trying to double click on words to highlight single words results in the entire paragraph being hightlighted. For my two laptops running 9.10 I have to disable the touchpad, I prefer a usb mouse, after logging in, but if leave the touchpad enabled the problem still exists.
This problem only showed up yesterday, after the update as best I can tell, and disabling my touchpad for like the past 4 or 5 releases, including 9.10. I run xubu/xfce4, but I have booted into Gnome and its the exact same problem. I have the problem on two laptops, both running 9.10, and both were updated yesterday.This is not one of those childish "that's it I am going back to winblowz, Linux suxorz!" , but I will have to temporarily go back and use MS Office until I can find out what is wrong here, b/c I gotta get essays written and without being able to copy text it is very rudimentary.
View 3 Replies
View Related
Feb 3, 2011
I want to know how to modify copy to /move to in the right click on the mouse ?
View 5 Replies
View Related
Feb 2, 2010
I just noticed that highlighting text and middle button clicking no longer copies and pastes as it has it has been for years. I haven't upgraded anything or installed any new software so this is a bit confusing for me. How I may restore this function? BTW, it doesn't work anywhere, terminal, firefox, etc. For clarity, the mouse itself works, I can point, click, etc... it is just the copy/paste function that has failed -disappeared- Using Suse and KDE desktop
View 9 Replies
View Related
Jan 20, 2009
i know it quite simple, but on my machine i can not copy using the middle mouse button.
View 3 Replies
View Related
Jun 20, 2011
If I copy text into the xterm clipboard from vim, it is cleared when I exit vim. How do I prevent this?
View 1 Replies
View Related
Dec 5, 2010
copy a jpeg or a png and place it into the clipboard of X11 of my icewm. which program can do cat "myfile.jpg" > ?theclipboardofx11?
View 10 Replies
View Related
May 6, 2010
(1)There should be a command to send content to clipboard instead of 36 buffers available in vi just like ':set paste' allows pasting from clipboard inside vi using ctrl+shift+v in insert mode.(Currently I select area using mouse & right click then copy )
2)Let us say I have sentence "I am young" I want to arrange the words in this line in alphabetical order so that I get 'am I young'. First I thought replacing space by in sentence.Then !#j then type sort -n where # represents number of words.Then #J to join the filteredlines.It works but now I have file with hundreds of sentence of varying length.If I make a macro how will it know the number of words?
View 9 Replies
View Related
May 22, 2010
How can rich text or HTML source code be obtained from the X clipboard? For example, if you copy some text from a web browser and paste it into kompozer, it pastes as HTML, with links etc. preserved. However, xclip -o for the same selection just outputs plain text. I'd like to pull the HTML out and into a text editor.
View 2 Replies
View Related