Linux Terminal Keyboard Shortcuts
The Linux Terminal is a powerful command-line interface used for managing systems, scripting, and executing commands. Mastering Linux Terminal shortcuts enhances productivity by speeding up navigation, file management, session handling, and command execution.
Official URL: https://linuxcommand.org/
Navigation
Move cursor to the beginning of the line
Move cursor to the end of the line
Move cursor backward one word
Move cursor forward one word
Clear the terminal screen
File Management
Exit the terminal (EOF)
Search command history backward
Run the found command from search history
Terminate the current process
Suspend the current process
Command-Line Editing
Cut the text before the cursor
Cut the text after the cursor
Paste the last cut text
Delete the word before the cursor
Delete the word after the cursor
Clipboard Operations
Copy text to clipboard
Paste text from clipboard
Session Management
Open a new terminal tab
Reopen the last closed tab
Open a new terminal window
Close the current terminal window
Miscellaneous
Auto-complete file or command name
Abort the current editing process
Fetch the next command in history
Fetch the previous command in history
Linux Terminal
Additional information not available for this software.