Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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.

share|improve this question
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
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

2 Answers

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.

share|improve this answer
Looks like a really cool terminal. Such a shame that it costs so much. – Ben Nov 3 '12 at 18:44

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.