Bash Shortcuts
CTRL-c | Kill current command |
CTRL-a | Goto start of current line |
CTRL-e | Goto end of current line |
CTRL-r | Search history |
!! | Repeat last command |
^abc^def | Run previous command, replacing abc with def |
Comments
CTRL-c | Kill current command |
CTRL-a | Goto start of current line |
CTRL-e | Goto end of current line |
CTRL-r | Search history |
!! | Repeat last command |
^abc^def | Run previous command, replacing abc with def |