add clear trick

Signed-off-by: dimisjim <dimitris.moraitidis@gmail.com>
This commit is contained in:
Dimitris 2019-06-07 14:16:52 +03:00 committed by dimisjim
parent ec0ff9371c
commit 7ce55e3e72

View File

@ -47,6 +47,7 @@ Ctrl + w : cut the word before the cursor; then Ctrl + y paste it
Ctrl + u : cut the line before the cursor; then Ctrl + y paste it Ctrl + u : cut the line before the cursor; then Ctrl + y paste it
Ctrl + x + Ctrl + e : launch editor define by $EDITOR Ctrl + x + Ctrl + e : launch editor define by $EDITOR
Ctrl + _ : undo typing. Ctrl + _ : undo typing.
Ctrl + l : equivalent to clear.
``` ```
##### Change case ##### Change case
```bash ```bash