Skip to content

Instantly share code, notes, and snippets.

@penso
Created March 27, 2025 11:40
Show Gist options
  • Save penso/536fa6162a930b230b164f1f72911ace to your computer and use it in GitHub Desktop.
Save penso/536fa6162a930b230b164f1f72911ace to your computer and use it in GitHub Desktop.
shortcuts.txt
Shortcut | Action
---------|-------------------------------------------------------------
Ctrl-a | Move to the start of the line
Ctrl-e | Move to the end of the line
Alt-b | Move backward one word
Alt-f | Move forward one word
Ctrl-k | Kill text from cursor to the end of the line
Ctrl-r | Reverse search in command history
Alt-. | Recall the last argument of the previous command (I usually just type $! and it'll do the same)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment