M BUZZ CRAZE NEWS
// news

How to Select-All in Terminator

By Gabriel Cooper

How can I select all the text in a Terminator terminal? Ctrl-Shift-A does not work.

2

7 Answers

I don't have the menu bar, nor the option to show it. So I have this workaround:

  1. Shift + Home
  2. Select the first line
  3. Shift + End
  4. Shift + click on the last character
2

The quickest way to select all / select specific text in Gnome Terminator:

  1. Click at the start of the text you want to select
  2. Scroll the window to the end of the text you want select
  3. Shift + click the end of your selection
  4. All text between your first click and your last Shift + click is now selected
  5. Then you can Ctrl + Shift + C your selection out of there

It's not a keyboard shortcut, but it's a lot faster than click-and-drag to select text, that's for sure.

Your select all is disabled by default.

  1. Go to Menu->Preferences->Shortcuts
  2. From Edit selection choose "Select All"
  3. Then to assign press Ctrl+Shift+A
3

No Shortcut, use Mouse: click on Menu -> Select All

Only true for Program: Terminal

3

I had the same goal and modified Thierry Ds copyall-Terminator-Plugin to be just a select-all.

Install and activation:

  • copy selectall.py into /usr/share/terminator/terminatorlib/plugins/
  • restart terminator to discover the new plugin
  • in terminator:
    • right-click->Preferences
    • switch to Plugins tab
    • select SelectAll
    • click Close

Now you can Select-All by: right-click->Select all

Perhaps I should add a shortcut as well.

5
  1. Right click at terminal
  2. In menu check: Show menubar
  3. In the menubar: Edit->Select All
  4. Right click at terminal: Copy
1

(This depends on terminal/distro - what worked for me with huge output):

start selecting with mouse and then press PgUp/PgDn

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy