A terminal which provides select-to-copy and right-click-to-pasteRight click to paste in terminalkeyboard command copy/pasteHow can we copy and paste in GNOME Terminal in the same way as in PuTTY, i.e. select to copy, right click to paste?Gnome Terminal primary selection and Ctrl+C / Ctrl+V clipboard sync neededHow to set terminal tab titles font size?select and drag-paste in terminalTerminal emulator left-click to open linkNautilus context menu for current directory when there's lots of files / “Open in Terminal”Terminal - Right Click Menu SizeHow can we copy and paste in GNOME Terminal in the same way as in PuTTY, i.e. select to copy, right click to paste?
Why are Proto-Slavic *pęstь and Proto-Germanic *funstiz cognate?
Summary Proceeding in New Zealand - Denying liability but not requesting a hearing
How can I deal with my coworkers using unknown jargon and acronyms?
Finding a solution to a linear program with a small number of zeros
A story in which God (the Christian god) is replaced
Clockwise matrix rotation
Can a transcendent matrix have an algebraic spectrum?
a type of game simulation dropping disks
Running Horizon Failed - HTTP Error 502.5 - Process Failure
Are these pigtails inside the panel and outside a junction box allowed?
Exactly what does "diatonic" mean?
Sold item on eBay, buyer wants it to be delivered to another country, and pay by bank transfer
What is this book about Satan having to run the world
Ideas for medieval currency
GIMP using command line
How should "murciélago" be pronounced?
Possible way to counter or sidestep split-second spells (like Trickbind) in a particular situation
How will the next Sanhedrin function if we lost the original Semicha?
Better method to measure the time period of a pendulum
Is there a guide/reference for possible character hairstyles in D&D Forgotten Realms universe?
how to write a condition for all elements of a list
Is it possible to remove the trash icon from the dock on macOS Catalina?
How do I recover from a cryptocurrency scam?
What did Rex Kramer mean by routing the plane in Lake Michigan?
A terminal which provides select-to-copy and right-click-to-paste
Right click to paste in terminalkeyboard command copy/pasteHow can we copy and paste in GNOME Terminal in the same way as in PuTTY, i.e. select to copy, right click to paste?Gnome Terminal primary selection and Ctrl+C / Ctrl+V clipboard sync neededHow to set terminal tab titles font size?select and drag-paste in terminalTerminal emulator left-click to open linkNautilus context menu for current directory when there's lots of files / “Open in Terminal”Terminal - Right Click Menu SizeHow can we copy and paste in GNOME Terminal in the same way as in PuTTY, i.e. select to copy, right click to paste?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
In putty/cygwin my config is:
- select in console -> copies to clipboard
- right click -> pastes from clipboard.
Was after a terminal in Linux which might provide me with both of these features? I haven't been able to find one.
Any help would be appreciated.
gnome-terminal
add a comment
|
In putty/cygwin my config is:
- select in console -> copies to clipboard
- right click -> pastes from clipboard.
Was after a terminal in Linux which might provide me with both of these features? I haven't been able to find one.
Any help would be appreciated.
gnome-terminal
you can copy and paste into terminal, you you have to select it from a dropdown list when you press right-mouse button.
– Dr_Bunsen
Nov 3 '12 at 7:30
7
Yup, have seen that. Was after something which was faster, and more to the way I usually work. Thanks.
– Ben
Nov 3 '12 at 8:45
blog.tremende.com/2016/04/02/…
– mpapec
Apr 7 '17 at 22:18
add a comment
|
In putty/cygwin my config is:
- select in console -> copies to clipboard
- right click -> pastes from clipboard.
Was after a terminal in Linux which might provide me with both of these features? I haven't been able to find one.
Any help would be appreciated.
gnome-terminal
In putty/cygwin my config is:
- select in console -> copies to clipboard
- right click -> pastes from clipboard.
Was after a terminal in Linux which might provide me with both of these features? I haven't been able to find one.
Any help would be appreciated.
gnome-terminal
gnome-terminal
asked Nov 3 '12 at 7:26
BenBen
7531 gold badge5 silver badges5 bronze badges
7531 gold badge5 silver badges5 bronze badges
you can copy and paste into terminal, you you have to select it from a dropdown list when you press right-mouse button.
– Dr_Bunsen
Nov 3 '12 at 7:30
7
Yup, have seen that. Was after something which was faster, and more to the way I usually work. Thanks.
– Ben
Nov 3 '12 at 8:45
blog.tremende.com/2016/04/02/…
– mpapec
Apr 7 '17 at 22:18
add a comment
|
you can copy and paste into terminal, you you have to select it from a dropdown list when you press right-mouse button.
– Dr_Bunsen
Nov 3 '12 at 7:30
7
Yup, have seen that. Was after something which was faster, and more to the way I usually work. Thanks.
– Ben
Nov 3 '12 at 8:45
blog.tremende.com/2016/04/02/…
– mpapec
Apr 7 '17 at 22:18
you can copy and paste into terminal, you you have to select it from a dropdown list when you press right-mouse button.
– Dr_Bunsen
Nov 3 '12 at 7:30
you can copy and paste into terminal, you you have to select it from a dropdown list when you press right-mouse button.
– Dr_Bunsen
Nov 3 '12 at 7:30
7
7
Yup, have seen that. Was after something which was faster, and more to the way I usually work. Thanks.
– Ben
Nov 3 '12 at 8:45
Yup, have seen that. Was after something which was faster, and more to the way I usually work. Thanks.
– Ben
Nov 3 '12 at 8:45
blog.tremende.com/2016/04/02/…
– mpapec
Apr 7 '17 at 22:18
blog.tremende.com/2016/04/02/…
– mpapec
Apr 7 '17 at 22:18
add a comment
|
13 Answers
13
active
oldest
votes
Solution with Terminator from this site.
sudo vi /usr/share/terminator/terminatorlib/terminal.py
Look for function : on_buttonpress
Revert button test (contextual menu go to middle click, paste on right click) :
def on_buttonpress(self, widget, event):
...
if event.button == 1:
...
elif event.button == 3:
...
elif event.button == 2:
...
return(False)
Now waiting for the feature request on Terminator :)
12
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
2
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
add a comment
|
Most of the terminals seem to use copy on select and middle-button to paste selection, or emulated middle-button to paste (using both mouse buttons at once). This is typical Unix behavior, and the emulation is the updated usage required by Microsoft-type mice with only two buttons or two buttons and a scrollwheel.
The mouse buttons could be remapped with xinput or other means. This will differ from version to version and on different mouse models. See the Ubuntu community documentation for that.
Also see this question, which is the reverse of the procedure you'd need.
Terminals I have that use select to copy and middle to paste include Gnome terminal, xfce terminal, Eterm, plain xterm, uxterm, rxvt, mrxvt, and aterm. I'm sure there are others.
My primary terminal, terminator (use apt-get or the software center to install), lets you choose copy on select as an option (with a single click):
Open preference and click the 'copy on select' box :
1
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
1
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
add a comment
|
press the middle scroll wheel, man.
4
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
add a comment
|
To save some time for those who are checking, the terminals below don't support this feature.
gnome-terminal 3.6.2 (C, GPL), bug report
sakura 3.1.3 (C, GTK+, GPLv2), bug report
5
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
add a comment
|
Not sure which terminal you're using right now but the default terminal in Ubuntu allows you to copy and paste. In your desktop environment select the text you want to copy and press ctrl+shift+c. If you have something in your clipboard that you want to paste, put the cursor in the right position and press ctrl+shift+v.
The other option is as Dr_Bunsen comments above says, both options are available in the right mouse button dropdown list.
add a comment
|
I use a non-free application with exactly that feature:
VanDyke.com > Products > SecureCRT
It support left-button select or Ctrl-Shift-C (to clipboard), and right-button or Ctrl-Shift-V (to paste). I use either, depending on how keyboard- or mouse- centric the task is.
SecureCRT also supports pre-configured login (scripts), multiple sessions (tabs/windows), and full scripting (extensibility). I find that when doing a lot of remote support, across multiple sites, these extra features are critical.
I have used it for years on Windows (or under Ubuntu + Wine), but it was ported to Linux in early 2011. I have not yet found a free alternate with all the features it offers.
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
add a comment
|
I'm using Ubuntu 14.04. Using the default Gnome terminal, if I highlight text then press my mouse wheel it will paste whatever is highlighted.
Hope this works for others. I liked this feature when I was (forced) to use a Windows desktop and putty.
3
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
add a comment
|
It's not everything you want, but a middle-click in Gnome Terminal takes the place of the right-click - it does a copy-and-paste (using the clipboard) on selected text, and pastes otherwise.
I don't think there's any equivalent way to just copy though - the right-click context menu seems to be the closest option.
add a comment
|
Another terminal that would work and hasn't been mentioned here is Gnome Connection Manager: http://kuthulu.com/gcm/
This is actually my personal favourite because it allows you to connect to multiple machines in a very user friendly way.
You can set it up to automatically copy selected text, and text can be pasted using right click.
add a comment
|
If right-click paste in your terminal accidentally broken, this could happens after updating gnome >=3.9
Solution is here: https://wiki.gnome.org/Apps/Terminal/FAQ#How_can_I_make_middle-click_paste_the_primary_selection.3F
# ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-enable-primary-paste=true
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
add a comment
|
For gnome-terminal a patch exists: https://github.com/jrnewell/ubuntu-gnome-terminal-patch to copy-paste in putty-style.
Tested on Ubuntu 16.04 + GNOME Shell 3.18.5 with LightDm. It works!
Upd: Updated for Ubuntu 18 here: https://github.com/sasha-ch/ubuntu-gnome-terminal-patch . Feedback are welcome!
add a comment
|
Tested in terminator installation on top of cgywin, the "terminal.py" is located in /usr/lib/python2.7/site-packages/terminatorlib/terminal.py
search for "rightclick" and change elif options as follow will do the same as mentioned in the early post.
elif event.button == 3:
# rightclick should paste the clipboard
self.paste_clipboard(True)
return(True)
elif event.button == 2:
# middleclick should display a context menu if Ctrl is not pressed
if event.state & gtk.gdk.CONTROL_MASK == 0:
self.popup_menu(widget, event)
return(True)
add a comment
|
This is an old thread, but newer versions of Terminator support putty-style behaviour. Right-click --> Preferences --> Putty style paste.
Remember that you will no longer be able to right-click to get to Preferences since that is now mapped to paste. To open Preferences, use Shift-middle button.
HTH.
add a comment
|
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f211292%2fa-terminal-which-provides-select-to-copy-and-right-click-to-paste%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
13 Answers
13
active
oldest
votes
13 Answers
13
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solution with Terminator from this site.
sudo vi /usr/share/terminator/terminatorlib/terminal.py
Look for function : on_buttonpress
Revert button test (contextual menu go to middle click, paste on right click) :
def on_buttonpress(self, widget, event):
...
if event.button == 1:
...
elif event.button == 3:
...
elif event.button == 2:
...
return(False)
Now waiting for the feature request on Terminator :)
12
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
2
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
add a comment
|
Solution with Terminator from this site.
sudo vi /usr/share/terminator/terminatorlib/terminal.py
Look for function : on_buttonpress
Revert button test (contextual menu go to middle click, paste on right click) :
def on_buttonpress(self, widget, event):
...
if event.button == 1:
...
elif event.button == 3:
...
elif event.button == 2:
...
return(False)
Now waiting for the feature request on Terminator :)
12
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
2
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
add a comment
|
Solution with Terminator from this site.
sudo vi /usr/share/terminator/terminatorlib/terminal.py
Look for function : on_buttonpress
Revert button test (contextual menu go to middle click, paste on right click) :
def on_buttonpress(self, widget, event):
...
if event.button == 1:
...
elif event.button == 3:
...
elif event.button == 2:
...
return(False)
Now waiting for the feature request on Terminator :)
Solution with Terminator from this site.
sudo vi /usr/share/terminator/terminatorlib/terminal.py
Look for function : on_buttonpress
Revert button test (contextual menu go to middle click, paste on right click) :
def on_buttonpress(self, widget, event):
...
if event.button == 1:
...
elif event.button == 3:
...
elif event.button == 2:
...
return(False)
Now waiting for the feature request on Terminator :)
answered Nov 22 '14 at 1:20
pleutrepleutre
3562 silver badges2 bronze badges
3562 silver badges2 bronze badges
12
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
2
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
add a comment
|
12
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
2
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
12
12
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
Excellent - thanks for finding a solution to this without arguing that the requester should change their behaviour.
– geedoubleya
Mar 26 '15 at 15:27
2
2
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
Looks like the feature request is now in - "PuTTY style paste" on the global tab.
– AdamS
Jul 14 '18 at 10:01
add a comment
|
Most of the terminals seem to use copy on select and middle-button to paste selection, or emulated middle-button to paste (using both mouse buttons at once). This is typical Unix behavior, and the emulation is the updated usage required by Microsoft-type mice with only two buttons or two buttons and a scrollwheel.
The mouse buttons could be remapped with xinput or other means. This will differ from version to version and on different mouse models. See the Ubuntu community documentation for that.
Also see this question, which is the reverse of the procedure you'd need.
Terminals I have that use select to copy and middle to paste include Gnome terminal, xfce terminal, Eterm, plain xterm, uxterm, rxvt, mrxvt, and aterm. I'm sure there are others.
My primary terminal, terminator (use apt-get or the software center to install), lets you choose copy on select as an option (with a single click):
Open preference and click the 'copy on select' box :
1
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
1
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
add a comment
|
Most of the terminals seem to use copy on select and middle-button to paste selection, or emulated middle-button to paste (using both mouse buttons at once). This is typical Unix behavior, and the emulation is the updated usage required by Microsoft-type mice with only two buttons or two buttons and a scrollwheel.
The mouse buttons could be remapped with xinput or other means. This will differ from version to version and on different mouse models. See the Ubuntu community documentation for that.
Also see this question, which is the reverse of the procedure you'd need.
Terminals I have that use select to copy and middle to paste include Gnome terminal, xfce terminal, Eterm, plain xterm, uxterm, rxvt, mrxvt, and aterm. I'm sure there are others.
My primary terminal, terminator (use apt-get or the software center to install), lets you choose copy on select as an option (with a single click):
Open preference and click the 'copy on select' box :
1
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
1
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
add a comment
|
Most of the terminals seem to use copy on select and middle-button to paste selection, or emulated middle-button to paste (using both mouse buttons at once). This is typical Unix behavior, and the emulation is the updated usage required by Microsoft-type mice with only two buttons or two buttons and a scrollwheel.
The mouse buttons could be remapped with xinput or other means. This will differ from version to version and on different mouse models. See the Ubuntu community documentation for that.
Also see this question, which is the reverse of the procedure you'd need.
Terminals I have that use select to copy and middle to paste include Gnome terminal, xfce terminal, Eterm, plain xterm, uxterm, rxvt, mrxvt, and aterm. I'm sure there are others.
My primary terminal, terminator (use apt-get or the software center to install), lets you choose copy on select as an option (with a single click):
Open preference and click the 'copy on select' box :
Most of the terminals seem to use copy on select and middle-button to paste selection, or emulated middle-button to paste (using both mouse buttons at once). This is typical Unix behavior, and the emulation is the updated usage required by Microsoft-type mice with only two buttons or two buttons and a scrollwheel.
The mouse buttons could be remapped with xinput or other means. This will differ from version to version and on different mouse models. See the Ubuntu community documentation for that.
Also see this question, which is the reverse of the procedure you'd need.
Terminals I have that use select to copy and middle to paste include Gnome terminal, xfce terminal, Eterm, plain xterm, uxterm, rxvt, mrxvt, and aterm. I'm sure there are others.
My primary terminal, terminator (use apt-get or the software center to install), lets you choose copy on select as an option (with a single click):
Open preference and click the 'copy on select' box :
edited Apr 13 '17 at 12:23
Community♦
1
1
answered May 25 '13 at 0:29
belacquabelacqua
19.7k16 gold badges75 silver badges104 bronze badges
19.7k16 gold badges75 silver badges104 bronze badges
1
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
1
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
add a comment
|
1
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
1
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
1
1
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
Any idea how to make this the default terminal in gnome?
– Peeter Joot
Nov 21 '14 at 18:29
1
1
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
It's worth pointing out that the clipboard used when selecting text is different to that of an explicit copy (via keyboard shortcut or menu item). To paste from this keyboard you must use the middle mouse button, and not keyboard shortcut or menu. This is different behaviour to Putty on Windows.
– Eborbob
Sep 8 '16 at 19:51
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
Yaay for Terminator! Now I can copy and paste happy town with all my macros without an extra copy key press. I hightlighted it.... I want it copied. Yay!
– Ligemer
Dec 20 '18 at 21:32
add a comment
|
press the middle scroll wheel, man.
4
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
add a comment
|
press the middle scroll wheel, man.
4
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
add a comment
|
press the middle scroll wheel, man.
press the middle scroll wheel, man.
answered Sep 29 '15 at 2:14
user455700user455700
3013 silver badges2 bronze badges
3013 silver badges2 bronze badges
4
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
add a comment
|
4
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
4
4
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
I love short and precise answers!
– Antony Hatchkins
Feb 27 '16 at 12:34
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
Thanks! I was looking for a solution for gnome-terminal.
– narendra-choudhary
Mar 18 '18 at 7:37
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
ok ok, I forgot to do that
– Damián Rafael Lattenero
Jun 11 '18 at 15:16
add a comment
|
To save some time for those who are checking, the terminals below don't support this feature.
gnome-terminal 3.6.2 (C, GPL), bug report
sakura 3.1.3 (C, GTK+, GPLv2), bug report
5
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
add a comment
|
To save some time for those who are checking, the terminals below don't support this feature.
gnome-terminal 3.6.2 (C, GPL), bug report
sakura 3.1.3 (C, GTK+, GPLv2), bug report
5
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
add a comment
|
To save some time for those who are checking, the terminals below don't support this feature.
gnome-terminal 3.6.2 (C, GPL), bug report
sakura 3.1.3 (C, GTK+, GPLv2), bug report
To save some time for those who are checking, the terminals below don't support this feature.
gnome-terminal 3.6.2 (C, GPL), bug report
sakura 3.1.3 (C, GTK+, GPLv2), bug report
edited Jan 18 '15 at 18:39
community wiki
2 revs
techtonik
5
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
add a comment
|
5
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
5
5
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
Both bug reports are marked as "won't fix", sadly.
– mwfearnley
Nov 17 '15 at 12:22
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
@mwfearnley maybe becayse they use the same base library that upstream doesn't want to patch. I could make a list of those, but not now.
– anatoly techtonik
Jun 15 '18 at 6:16
add a comment
|
Not sure which terminal you're using right now but the default terminal in Ubuntu allows you to copy and paste. In your desktop environment select the text you want to copy and press ctrl+shift+c. If you have something in your clipboard that you want to paste, put the cursor in the right position and press ctrl+shift+v.
The other option is as Dr_Bunsen comments above says, both options are available in the right mouse button dropdown list.
add a comment
|
Not sure which terminal you're using right now but the default terminal in Ubuntu allows you to copy and paste. In your desktop environment select the text you want to copy and press ctrl+shift+c. If you have something in your clipboard that you want to paste, put the cursor in the right position and press ctrl+shift+v.
The other option is as Dr_Bunsen comments above says, both options are available in the right mouse button dropdown list.
add a comment
|
Not sure which terminal you're using right now but the default terminal in Ubuntu allows you to copy and paste. In your desktop environment select the text you want to copy and press ctrl+shift+c. If you have something in your clipboard that you want to paste, put the cursor in the right position and press ctrl+shift+v.
The other option is as Dr_Bunsen comments above says, both options are available in the right mouse button dropdown list.
Not sure which terminal you're using right now but the default terminal in Ubuntu allows you to copy and paste. In your desktop environment select the text you want to copy and press ctrl+shift+c. If you have something in your clipboard that you want to paste, put the cursor in the right position and press ctrl+shift+v.
The other option is as Dr_Bunsen comments above says, both options are available in the right mouse button dropdown list.
answered Nov 3 '12 at 8:03
CHolmstedtCHolmstedt
4481 gold badge3 silver badges9 bronze badges
4481 gold badge3 silver badges9 bronze badges
add a comment
|
add a comment
|
I use a non-free application with exactly that feature:
VanDyke.com > Products > SecureCRT
It support left-button select or Ctrl-Shift-C (to clipboard), and right-button or Ctrl-Shift-V (to paste). I use either, depending on how keyboard- or mouse- centric the task is.
SecureCRT also supports pre-configured login (scripts), multiple sessions (tabs/windows), and full scripting (extensibility). I find that when doing a lot of remote support, across multiple sites, these extra features are critical.
I have used it for years on Windows (or under Ubuntu + Wine), but it was ported to Linux in early 2011. I have not yet found a free alternate with all the features it offers.
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
add a comment
|
I use a non-free application with exactly that feature:
VanDyke.com > Products > SecureCRT
It support left-button select or Ctrl-Shift-C (to clipboard), and right-button or Ctrl-Shift-V (to paste). I use either, depending on how keyboard- or mouse- centric the task is.
SecureCRT also supports pre-configured login (scripts), multiple sessions (tabs/windows), and full scripting (extensibility). I find that when doing a lot of remote support, across multiple sites, these extra features are critical.
I have used it for years on Windows (or under Ubuntu + Wine), but it was ported to Linux in early 2011. I have not yet found a free alternate with all the features it offers.
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
add a comment
|
I use a non-free application with exactly that feature:
VanDyke.com > Products > SecureCRT
It support left-button select or Ctrl-Shift-C (to clipboard), and right-button or Ctrl-Shift-V (to paste). I use either, depending on how keyboard- or mouse- centric the task is.
SecureCRT also supports pre-configured login (scripts), multiple sessions (tabs/windows), and full scripting (extensibility). I find that when doing a lot of remote support, across multiple sites, these extra features are critical.
I have used it for years on Windows (or under Ubuntu + Wine), but it was ported to Linux in early 2011. I have not yet found a free alternate with all the features it offers.
I use a non-free application with exactly that feature:
VanDyke.com > Products > SecureCRT
It support left-button select or Ctrl-Shift-C (to clipboard), and right-button or Ctrl-Shift-V (to paste). I use either, depending on how keyboard- or mouse- centric the task is.
SecureCRT also supports pre-configured login (scripts), multiple sessions (tabs/windows), and full scripting (extensibility). I find that when doing a lot of remote support, across multiple sites, these extra features are critical.
I have used it for years on Windows (or under Ubuntu + Wine), but it was ported to Linux in early 2011. I have not yet found a free alternate with all the features it offers.
edited Nov 7 '12 at 10:22
answered Nov 3 '12 at 9:39
david6david6
14k4 gold badges32 silver badges45 bronze badges
14k4 gold badges32 silver badges45 bronze badges
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
add a comment
|
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
Looks like a really cool terminal. Such a shame that it costs so much.
– Ben
Nov 3 '12 at 18:44
add a comment
|
I'm using Ubuntu 14.04. Using the default Gnome terminal, if I highlight text then press my mouse wheel it will paste whatever is highlighted.
Hope this works for others. I liked this feature when I was (forced) to use a Windows desktop and putty.
3
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
add a comment
|
I'm using Ubuntu 14.04. Using the default Gnome terminal, if I highlight text then press my mouse wheel it will paste whatever is highlighted.
Hope this works for others. I liked this feature when I was (forced) to use a Windows desktop and putty.
3
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
add a comment
|
I'm using Ubuntu 14.04. Using the default Gnome terminal, if I highlight text then press my mouse wheel it will paste whatever is highlighted.
Hope this works for others. I liked this feature when I was (forced) to use a Windows desktop and putty.
I'm using Ubuntu 14.04. Using the default Gnome terminal, if I highlight text then press my mouse wheel it will paste whatever is highlighted.
Hope this works for others. I liked this feature when I was (forced) to use a Windows desktop and putty.
answered Dec 10 '14 at 14:16
Parm PatramParm Patram
411 bronze badge
411 bronze badge
3
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
add a comment
|
3
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
3
3
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
This answer was already given and does not add information.
– Requist
Dec 10 '14 at 15:16
add a comment
|
It's not everything you want, but a middle-click in Gnome Terminal takes the place of the right-click - it does a copy-and-paste (using the clipboard) on selected text, and pastes otherwise.
I don't think there's any equivalent way to just copy though - the right-click context menu seems to be the closest option.
add a comment
|
It's not everything you want, but a middle-click in Gnome Terminal takes the place of the right-click - it does a copy-and-paste (using the clipboard) on selected text, and pastes otherwise.
I don't think there's any equivalent way to just copy though - the right-click context menu seems to be the closest option.
add a comment
|
It's not everything you want, but a middle-click in Gnome Terminal takes the place of the right-click - it does a copy-and-paste (using the clipboard) on selected text, and pastes otherwise.
I don't think there's any equivalent way to just copy though - the right-click context menu seems to be the closest option.
It's not everything you want, but a middle-click in Gnome Terminal takes the place of the right-click - it does a copy-and-paste (using the clipboard) on selected text, and pastes otherwise.
I don't think there's any equivalent way to just copy though - the right-click context menu seems to be the closest option.
answered Dec 11 '15 at 9:34
mwfearnleymwfearnley
1,9642 gold badges13 silver badges21 bronze badges
1,9642 gold badges13 silver badges21 bronze badges
add a comment
|
add a comment
|
Another terminal that would work and hasn't been mentioned here is Gnome Connection Manager: http://kuthulu.com/gcm/
This is actually my personal favourite because it allows you to connect to multiple machines in a very user friendly way.
You can set it up to automatically copy selected text, and text can be pasted using right click.
add a comment
|
Another terminal that would work and hasn't been mentioned here is Gnome Connection Manager: http://kuthulu.com/gcm/
This is actually my personal favourite because it allows you to connect to multiple machines in a very user friendly way.
You can set it up to automatically copy selected text, and text can be pasted using right click.
add a comment
|
Another terminal that would work and hasn't been mentioned here is Gnome Connection Manager: http://kuthulu.com/gcm/
This is actually my personal favourite because it allows you to connect to multiple machines in a very user friendly way.
You can set it up to automatically copy selected text, and text can be pasted using right click.
Another terminal that would work and hasn't been mentioned here is Gnome Connection Manager: http://kuthulu.com/gcm/
This is actually my personal favourite because it allows you to connect to multiple machines in a very user friendly way.
You can set it up to automatically copy selected text, and text can be pasted using right click.
answered Feb 13 '16 at 17:46
Xavier AlvarezXavier Alvarez
462 bronze badges
462 bronze badges
add a comment
|
add a comment
|
If right-click paste in your terminal accidentally broken, this could happens after updating gnome >=3.9
Solution is here: https://wiki.gnome.org/Apps/Terminal/FAQ#How_can_I_make_middle-click_paste_the_primary_selection.3F
# ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-enable-primary-paste=true
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
add a comment
|
If right-click paste in your terminal accidentally broken, this could happens after updating gnome >=3.9
Solution is here: https://wiki.gnome.org/Apps/Terminal/FAQ#How_can_I_make_middle-click_paste_the_primary_selection.3F
# ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-enable-primary-paste=true
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
add a comment
|
If right-click paste in your terminal accidentally broken, this could happens after updating gnome >=3.9
Solution is here: https://wiki.gnome.org/Apps/Terminal/FAQ#How_can_I_make_middle-click_paste_the_primary_selection.3F
# ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-enable-primary-paste=true
If right-click paste in your terminal accidentally broken, this could happens after updating gnome >=3.9
Solution is here: https://wiki.gnome.org/Apps/Terminal/FAQ#How_can_I_make_middle-click_paste_the_primary_selection.3F
# ~/.config/gtk-3.0/settings.ini
[Settings]
gtk-enable-primary-paste=true
answered May 23 '17 at 6:18
gaRexgaRex
1313 bronze badges
1313 bronze badges
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
add a comment
|
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
Thx, this is what I was looking for.
– joemooney
Jan 24 '18 at 15:54
add a comment
|
For gnome-terminal a patch exists: https://github.com/jrnewell/ubuntu-gnome-terminal-patch to copy-paste in putty-style.
Tested on Ubuntu 16.04 + GNOME Shell 3.18.5 with LightDm. It works!
Upd: Updated for Ubuntu 18 here: https://github.com/sasha-ch/ubuntu-gnome-terminal-patch . Feedback are welcome!
add a comment
|
For gnome-terminal a patch exists: https://github.com/jrnewell/ubuntu-gnome-terminal-patch to copy-paste in putty-style.
Tested on Ubuntu 16.04 + GNOME Shell 3.18.5 with LightDm. It works!
Upd: Updated for Ubuntu 18 here: https://github.com/sasha-ch/ubuntu-gnome-terminal-patch . Feedback are welcome!
add a comment
|
For gnome-terminal a patch exists: https://github.com/jrnewell/ubuntu-gnome-terminal-patch to copy-paste in putty-style.
Tested on Ubuntu 16.04 + GNOME Shell 3.18.5 with LightDm. It works!
Upd: Updated for Ubuntu 18 here: https://github.com/sasha-ch/ubuntu-gnome-terminal-patch . Feedback are welcome!
For gnome-terminal a patch exists: https://github.com/jrnewell/ubuntu-gnome-terminal-patch to copy-paste in putty-style.
Tested on Ubuntu 16.04 + GNOME Shell 3.18.5 with LightDm. It works!
Upd: Updated for Ubuntu 18 here: https://github.com/sasha-ch/ubuntu-gnome-terminal-patch . Feedback are welcome!
edited Sep 25 '18 at 12:53
answered Apr 13 '18 at 16:15
sasha-chsasha-ch
213 bronze badges
213 bronze badges
add a comment
|
add a comment
|
Tested in terminator installation on top of cgywin, the "terminal.py" is located in /usr/lib/python2.7/site-packages/terminatorlib/terminal.py
search for "rightclick" and change elif options as follow will do the same as mentioned in the early post.
elif event.button == 3:
# rightclick should paste the clipboard
self.paste_clipboard(True)
return(True)
elif event.button == 2:
# middleclick should display a context menu if Ctrl is not pressed
if event.state & gtk.gdk.CONTROL_MASK == 0:
self.popup_menu(widget, event)
return(True)
add a comment
|
Tested in terminator installation on top of cgywin, the "terminal.py" is located in /usr/lib/python2.7/site-packages/terminatorlib/terminal.py
search for "rightclick" and change elif options as follow will do the same as mentioned in the early post.
elif event.button == 3:
# rightclick should paste the clipboard
self.paste_clipboard(True)
return(True)
elif event.button == 2:
# middleclick should display a context menu if Ctrl is not pressed
if event.state & gtk.gdk.CONTROL_MASK == 0:
self.popup_menu(widget, event)
return(True)
add a comment
|
Tested in terminator installation on top of cgywin, the "terminal.py" is located in /usr/lib/python2.7/site-packages/terminatorlib/terminal.py
search for "rightclick" and change elif options as follow will do the same as mentioned in the early post.
elif event.button == 3:
# rightclick should paste the clipboard
self.paste_clipboard(True)
return(True)
elif event.button == 2:
# middleclick should display a context menu if Ctrl is not pressed
if event.state & gtk.gdk.CONTROL_MASK == 0:
self.popup_menu(widget, event)
return(True)
Tested in terminator installation on top of cgywin, the "terminal.py" is located in /usr/lib/python2.7/site-packages/terminatorlib/terminal.py
search for "rightclick" and change elif options as follow will do the same as mentioned in the early post.
elif event.button == 3:
# rightclick should paste the clipboard
self.paste_clipboard(True)
return(True)
elif event.button == 2:
# middleclick should display a context menu if Ctrl is not pressed
if event.state & gtk.gdk.CONTROL_MASK == 0:
self.popup_menu(widget, event)
return(True)
answered Dec 12 '18 at 12:09
Ye GuanYe Guan
1
1
add a comment
|
add a comment
|
This is an old thread, but newer versions of Terminator support putty-style behaviour. Right-click --> Preferences --> Putty style paste.
Remember that you will no longer be able to right-click to get to Preferences since that is now mapped to paste. To open Preferences, use Shift-middle button.
HTH.
add a comment
|
This is an old thread, but newer versions of Terminator support putty-style behaviour. Right-click --> Preferences --> Putty style paste.
Remember that you will no longer be able to right-click to get to Preferences since that is now mapped to paste. To open Preferences, use Shift-middle button.
HTH.
add a comment
|
This is an old thread, but newer versions of Terminator support putty-style behaviour. Right-click --> Preferences --> Putty style paste.
Remember that you will no longer be able to right-click to get to Preferences since that is now mapped to paste. To open Preferences, use Shift-middle button.
HTH.
This is an old thread, but newer versions of Terminator support putty-style behaviour. Right-click --> Preferences --> Putty style paste.
Remember that you will no longer be able to right-click to get to Preferences since that is now mapped to paste. To open Preferences, use Shift-middle button.
HTH.
answered Sep 20 at 12:55
Hopping BunnyHopping Bunny
1362 bronze badges
1362 bronze badges
add a comment
|
add a comment
|
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f211292%2fa-terminal-which-provides-select-to-copy-and-right-click-to-paste%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
you can copy and paste into terminal, you you have to select it from a dropdown list when you press right-mouse button.
– Dr_Bunsen
Nov 3 '12 at 7:30
7
Yup, have seen that. Was after something which was faster, and more to the way I usually work. Thanks.
– Ben
Nov 3 '12 at 8:45
blog.tremende.com/2016/04/02/…
– mpapec
Apr 7 '17 at 22:18