Skip to content

Instantly share code, notes, and snippets.

View jasonbbccdd's full-sized avatar
🎯
Focusing

ivY(^_^)Y jasonbbccdd

🎯
Focusing
  • Hong Kong
View GitHub Profile
@alexpchin
alexpchin / cli_keyboard_shortcuts.md
Created March 16, 2015 18:00
CLI Keyboard Shortcuts
Keypress Action
Ctrl + A Go to the beginning of the line you are currently typing on
Ctrl + E Go to the end of the line you are currently typing on
Ctrl + L Clears the Screen, similar to the clear command
Ctrl + U Clears the line before the cursor position. If you are at the end of the line, clears the entire line.
Ctrl + H Same as backspace
Ctrl + R Let’s you search through previously used commands
Ctrl + C Kill whatever you are running
Ctrl + D Exit the current shell