If you want to know that shortcut to open terminal in current directory in Ubuntu, here is the Linux terminal shortcuts cheat sheet . Must-know these terminal shortcuts for Linux Ubuntu Systems.
Linux Terminal Shortcuts Cheat Sheet
- Super key: To open activities search.
- Ctrl+Alt+T: Ubuntu terminal shortcut.
- Ctrl+Alt+L: Locks the screen.
- Ctrl+Alt+D: Show desktop.
- Super+A: Shows the application menu.
- Super+Tab or Alt+Tab: Switch between running applications.
- Ctrl + Shift + N: Open a new terminal window.
- Ctrl + Shift + T: Open a new tab in the terminal.
- Ctrl + Shift + N: Open a new terminal window.
- Ctrl + Shift + V: Paste copied text or command.
- Ctrl + Shift + C: Copy the selected text or command.
- Ctrl+Q: Close an application window.
- Ctrl+Alt+arrow: Move between workspaces.
- Ctrl + A: Move to the start of the line
- Ctrl + E: Move to the end of the line.
- Ctrl + U: Delete from the cursor to the start of the line.
- Ctrl + K: Delete from the cursor to the end of the line.
- Ctrl + W: Delete the word before the cursor.
- Ctrl + L: Clear the terminal screen.
- Ctrl + C:Stop the current process/command.
- Ctrl + D: Log out or exit the terminal.
- Ctrl + Z: Pause the current process (can be resumed).
- Ctrl + R: Search command history (backward search).
- Up Arrow: Show the previous command (from the command history).
- Down Arrow: Show the next command (from the command history).
- Tab: Auto-complete commands, files, or directories.
- Use of Tab: To get suggestions
- Ctrl + Shift + F: Find
- Command 1;Command 2: Run multiple commands
- Ctrl + Tab or Ctrl + PageDown: Switch between terminal tabs.
There are many more shortcut for Linux Ubuntu, but these given above are the most useful among them.