Shortcuts Bash for Linux

59 shortcuts2,819 views
Open Trainer

Navigation

Action
Go to Beginning of Line
Go to End of Line
Forward one character
Backward ine character
Toggle between start of line and cursor current position
Previous Command
Next Arrow
Back one word
Forward one word

Editing

Action
Clear Screen
Delete Character Under Cursor
Delete Character From Left
Delete Word before Cursor
Delete Word After Cursor
Cut Word Before Cursor to Clipboard
Cut Line After Cursor to Clipboard
Cut Line Before Cursor to Clipboard
Swap Current Word with Previous
Swap Last Character before Cursor
Swap Last Two Words Before Cursor
Paste Last Thing to be Cut
Undo
Upper Capitalize Every Character form Cursor
Lower The Case Every Character Form Cursor
Capitalize Character Under Cursor and Move to End of the Word
Cancel Changes and Put Back the Line
Tab
NewLine
Enter
Escape

Control Character

Action
^@
^Escape
^\
^
^^
^_Undo
^? Backward Delete Char
Display Sequence for Enter Key

History

Action
Recall Last Command
Previous Command in History
Next Command in History
Go back to Next Most Recent Command
Execute Command found via Ctrl+R/Ctrl+S
Escape from History Searching Mode
Repeat Last Command
Run Last Commnd Starting with abc
Print last Command starting with abc
Last Argument of Previous Command
Last Argument of Previous Command
All Arguments of Previous Command
Run Previous Command,replacing abc with def

Process Controls

Action
Interrupt/Kill Whatever you are running
Clear Screen
Stop Output to Screen
Allow Output to Screen
Send an EOF Marker
Send the signal SIGTSTP to Current Task

Emacs Mode/Vi Mode

Action
Set Vi Mode
Set Emacs Mode