--[ Some shortcuts ]
SHELL MOVEMENT
- Ctrl+b
Move cursor left.
- Ctrl+f
Move cursor right.
- Ctrl+a
Move the cursor to the beginning of the line.
- Ctrl+e
Move the cursor to the end of the line.
- Ctrl+f
Move the cursor to the right one character
- Ctrl+b
Move the cursor to the left one character
- Alt+f
Move the cursor to the right one word
- Alt+b
Move the cursor to the left one word
- Ctrl+p
View previous command (or move cursor up).
- Ctrl+n
View next command (or move cursor down).
- Ctrl+l
Clear the terminal screen.
SHELL CUT & PASTE
- Ctrl+h
Delete one character to the left of the cursor (=BKSP)
- Ctrl+w
Delete one word to the left of the cursor
- Ctrl+d
Delete the character the cursor is underneath (=DEL)
- Ctrl+k
Delete or Cut all the text from the character the cursor is underneath to the end of the line.
- Ctrl+u
Erase or Cut the entire line.
- Ctrl+y
Paste back the text that was last killed.
GNOME WINDOW MANAGEMENT SHORTCUTS
- Alt+Space
Pop up window menu
- Alt+F10
Maximize window
- Alt+F5
Ummaximize window
- Alt+F9
Minimize window
- Alt+F4
Close window
- Alt+F7
Move window
- Alt+F8
Resize window
- Shift+Alt+RgtArrow
Move window one workspace to the right
- Shift+Alt+LftArrow
Move window one workspace to the left
- Alt+Tab
Cycle through widows
- Ctrl+Alt+RgtArrow
Switch to the next workspace to the right
- Ctrl+Alt+LftArrow
Switch to the next workspace to the left
KDE WINDOW MANAGEMENT SHORTCUTS
- Alt+Tab
Cycle through windows
- Ctrl+Tab
Cycle through workspaces
- Alt+F3
Pop up window menu
- Alt+F4
Close window
- Ctrl+Alt+D
Hide all windows (Show Desktop)
- Ctrl+F1
Switch to workspace 1
- Ctrl+Fn
switch to workspace n
less SHORTCUTS
- j
Down arrow: Scroll down one line.
- k
Up arrow: Scroll up one line.
- Space,f
Page down: Scroll down one screen.
- b
Page up: Scroll up one screen.
- /
Start a search.
- n
Repeat the previous search.
- N
Repeat the previous search in the reverse direction.
- q
Quit less.