Created
March 27, 2025 11:40
-
-
Save penso/536fa6162a930b230b164f1f72911ace to your computer and use it in GitHub Desktop.
shortcuts.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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