You are not logged in.
so that I can copy from say firefox and paste it in the editor and vice versa
editors are vi, nano and emacs
using xmonad window manager if that info's useful
Offline
in vi, press i for insert then press the insert button on your keyboard, or press the middle button of your mouse.
Edit: In fact Insert should work as pasting in the terminal as a whole
Last edited by gazj (2009-06-10 12:39:47)
Offline
what about copying from the terminal editors and pasting into firefox?
Offline
Hilight with the mouse, middle click in Firefox to paste.
archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson
Offline
Install vim/gvim and do :h quoteplus
Last edited by Mr.Elendig (2009-06-10 14:29:40)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
In vim, mc, links and other terminal programs that support the mouse, you can hold the Shift key while pressing the mouse buttons to avoid the program catching the clicks, so you can select and paste like it would in the terminal.
(I'm not sure my explanation is clear, just try and see...)
Offline
If you use screen, ^a+[ will enter copy mode, the spacebar will select, and ^a+] will paste. You can use shift+mouse button in dvtm.
Segmentation fault (core dumped)
Offline
In vim, mc, links and other terminal programs that support the mouse, you can hold the Shift key while pressing the mouse buttons to avoid the program catching the clicks, so you can select and paste like it would in the terminal.
(I'm not sure my explanation is clear, just try and see...)
This is how I do it too. When I use vim then I have to do Ctrl + Shift + C to copy. To paste into vim I have to to Ctrl + Shift + V.
Setting Up a Scripting Environment | Proud donor to wikipedia - link
Offline
EmaRsk wrote:In vim, mc, links and other terminal programs that support the mouse, you can hold the Shift key while pressing the mouse buttons to avoid the program catching the clicks, so you can select and paste like it would in the terminal.
(I'm not sure my explanation is clear, just try and see...)This is how I do it too. When I use vim then I have to do Ctrl + Shift + C to copy. To paste into vim I have to to Ctrl + Shift + V.
I don't think that's what EmaRsk meant. Those keybindings are for your terminal emulator, while Shift + Mouse works in any of them.
Segmentation fault (core dumped)
Offline