Bash
This document summarizes Bash Shell usage.
1. Bash
1.1. Cursor Movement
- ctrl + f : Move forward one character
- ctrl + b : Move backward one character
- ctrl + a : Move to the beginning of the line
- ctrl + e : Move to the end of the line
- alt + f : Move forward one word
- alt + b : Move backward one word
1.2. Delete
- ctrl + w : Delete one word
1.3. E.T.C
- ctrl + - : Undo