syselement's Blog
TwitterGitHubBuy Me a BookContact
  • â„šī¸Home
  • đŸ”ŗOperating Systems
    • 🐧Linux
      • 📃Everything Linux
      • Linux Distros
        • Kali Linux - VM
        • ParrotOS - VM
        • Rocky Linux
        • Ubuntu Desktop - VM
        • Ubuntu Server - VM
      • Linux Tools
        • BookStack
        • Nessus Essentials
        • SysReptor
        • Terminator
        • UniFi
        • Zsh & Oh-My-Zsh
    • đŸĒŸWindows
      • 📃Everything Windows
      • Windows Tools
        • Hashcat
        • Vagrant
      • Windows Virtual Machines
        • Windows 11 - VM
        • Windows Server 2025 - VM
  • 📝Courses Notes
    • eLearnSecurity / INE
      • eJPT - PTSv2
      • eMAPT
      • ICCA
    • Practical Networking
      • Practical TLS
        • TLS/SSL Overview
        • Cryptography
        • x509 Certificates and Keys
        • Security through Certificates
        • Cipher Suites
        • TLS/SSL Handshake
        • TLS Defenses
        • TLS Attacks & Vulnerabilities
        • What's new in TLS 1.3?
        • TLS 1.3 Under the Hood
        • TLS 1.3 Extensions
        • 🌐Practical TLS References
    • TCM Security
      • Linux101
      • MAPT
      • PEH
  • đŸ–Ĩī¸Cyber Everything
    • 📌Generic Resources
      • Cryptography
      • CVSS 3.1
      • Cyber Threat Intelligence (CTI)
    • 📱Mobile
      • Apps Lab
        • Android Rooting Guide
        • iOS Jailbreak Guide
        • Intercepting Android App Traffic
      • OWASP MAS
        • MASTG Techniques
        • MASTG Tests
        • MASTG Theory
        • MASVS Notes
      • Tools
        • MobSF
    • đŸ§ŦNetwork
    • 🌐Web
      • API
        • API Sec Fundamentals
        • API Penetration Testing
      • PortSwigger Academy
        • Server-Side Topics
        • Client-Side Topics
        • Advanced topics
        • đŸ”ŦVulnerability Labs
    • âœī¸Writeups & Walkthroughs
      • đŸŒŠī¸TryHackMe
        • 📖Learn
          • Cyber Threat Intelligence
          • Intro to Defensive Security
          • Juice Shop
          • Upload Vulnerabilities
        • đŸŽ¯Practice
          • Easy
            • Blaster
            • Blue
            • Bolt
            • Chill Hack
            • Ice
            • Ignite
            • Retro
            • Startup
          • Medium
            • Blog
      • đŸ“ĻHackTheBox
      • 🚩Capture The Flag
  • â™žī¸DevOps Everything
    • 🔗DevOps Resources
      • Introduction to DevOps
      • Ansible
      • Docker
      • Git
      • Kubernetes
      • Terraform
      • Vim
  • đŸ”ŦHome Lab
    • đŸ–Ĩī¸Hypervisors
      • Hyper-V
        • Windows WSL
      • Proxmox
        • Proxmox VE
        • Proxmox Upgrade 7 to 8
      • VMware
        • VMware Workstation Pro
    • 🔴Offensive Labs
      • Hashcat Password Cracking
      • Metasploitable3
    • đŸ”ĩDefensive Labs
      • Detection Lab
    • âšĒMisc Labs
      • Bitwarden On-Premise
      • OpenWrt & WiFi Exploitation
      • Passbolt CE - Ubuntu Server
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Operating Systems
  2. Linux
  3. Linux Tools

Terminator

PreviousSysReptorNextUniFi

Last updated 1 year ago

Was this helpful?

Terminator Shortcuts

🔗

Shortcut

Function

CTRL+Shift+O

Used to split terminals horizontally

CTRL+Shift+E

It will split terminals vertically

CTRL+Shift+→

This shortcut is used to move parent drag bar right

CTRL+Shift+←

Used to move parent drag bar left

CTRL+Shift+↑

It will move parent drag bar up

CTRL+Shift+↓

Used to move parent drag bar down

CTRL+Shift+S

It will hide or show scroll bar

CTRL+Shift+F

This shortcut is used to search within terminal scroll back

CTRL+Shift+N or CTRL+Tab

It will move to the next terminal within the same tab. If cycle_term_tab is false the cycle within the same tab will be disabled

CTRL+Page Down

Used to move to the next tab

CTRL+Shift+P or CTRL+Shift+Tab

This shortcut is used to move to the previous terminal within the same tab

CTRL+Page Down

Used to move to the previous tab

Alt+↑

It will move to the terminal above the current one

Alt+↓

Move to the terminal below the current one

Alt+←

Used to move to the terminal left of the current one

Alt+→

This shortcut is used to move to the terminal right of the current one

CTRL+Shift+C

Used to copy the selected text to clipboard

CTRL+Shift+V

It helps to paste clipboard text

CTRL+Shift+W

It will close the current terminal

CTRL+Shift+Q

Used to quit terminator

CTRL+Shift+X

It will toggle between showing all terminals and only showing the current one

CTRL+Shift+Z

Used to toggle between showing all terminals and only showing a scales version of the current one

CTRL+Shift+T

Open a new tab

CTRL+Page Down

Used to move to the next tab

CTRL+Page Up

It will move to the previous tab

CTRL+Shift+Page Down

Helps to swap tab position with next tab

CTRL+Shift+Page Up

Used to swap tab position with the previous tab

CTRL++

This shortcut is used to increase font size

CTRL+–

Used to decrease the font size

CTRL+

It will restore font size to the original setting

F11

Helps to toggle full screen

CTRL+Shift+R

Used to reset terminal state

CTRL+Shift+G

It will reset terminal state and clear window

Super+T

Used to group all terminals in the current tab so input sent to one of them and goes to all terminals in the current tab

Super+Shift+T

it will remove grouping from all terminals in the current tab

CTRL+Shift+I

This shortcut is used to open a new window

Super+I

Used to Spawn a new Terminator process


đŸ”ŗ
🐧
Official Docs