65

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

muru
  • 207,970
bmm
  • 800

8 Answers8

91

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
Jose Enrique
  • 1,011
  • 7
  • 3
  • 8
    This should be the accepted answer. – Osolong Oct 03 '19 at 19:16
  • 2
    I would have never figured out the shift + click part. Thanks you! – Lonnie Best Mar 11 '22 at 23:17
  • This works for the regular terminal as well as with Terminator !! – cdahms Jun 18 '22 at 17:43
  • 1
    The neat thing is that after clicking the first character or line you can drag the scroll bar with your mouse, it doesn't reset the selection. So even if there's a million lines you can still select and copy all of them quickly. And you can select from the bottom to the top, not jut top to bottom. – Violet Giraffe Feb 17 '23 at 17:51
  • I needed this to copy a text file from a machine behind a complicated VPN where I can't set a remote copy. Thanks for this solution, this works like a charm ! :) – Kyron Apr 16 '24 at 09:31
  • This works nearly everywhere, at least on Windows and Linux. Somehow, though, it didn’t come to mind for this use case. Thank you! – fivef Oct 07 '24 at 13:14
31

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.

James
  • 411
18

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
7

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.

4

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

Only true for Program: Terminal

koni_raid
  • 3,310
4
  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

noonex
  • 387
0

Version 2.1.0 needs this settings changed.

enter image description here

raz
  • 1,902