mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
commit
8f7169db16
1 changed files with 1 additions and 0 deletions
|
@ -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 + x + Ctrl + e : launch editor define by $EDITOR
|
||||
Ctrl + _ : undo typing.
|
||||
Ctrl + l : equivalent to clear.
|
||||
```
|
||||
##### Change case
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue