Key combinations in Bash
Ctrl+A: Move cursor to the beginning of the command line.
Ctrl+E: Move cursor to the end of the command line.
Ctrl+L: Clear this terminal.
Ctrl+R: Search command history, see Section 3.3.3.4.
Ctrl+E: Move cursor to the end of the command line.
Ctrl+L: Clear this terminal.
Ctrl+R: Search command history, see Section 3.3.3.4.
Comments
Post a Comment