mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-25 12:46:29 +08:00
Fix to tab note #59.
This commit is contained in:
parent
adeff6dafc
commit
06773e4bf8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Scope:
|
||||||
|
|
||||||
## Everyday use
|
## Everyday use
|
||||||
|
|
||||||
- In Bash, use **Tab** to complete file names and **ctrl-r** to search through command history.
|
- In Bash, use **Tab** to complete arguments and **ctrl-r** to search through command history.
|
||||||
|
|
||||||
- In Bash, use **ctrl-w** to delete the last word, and **ctrl-u** to delete the whole line. Use **alt-b** and **alt-f** to move by word, **ctrl-k** to kill to the end of the line, **ctrl-l** to clear the screen. See `man readline` for all the default keybindings in Bash. There are a lot. For example **alt-.** cycles through previous arguments, and **alt-*** expands a glob.
|
- In Bash, use **ctrl-w** to delete the last word, and **ctrl-u** to delete the whole line. Use **alt-b** and **alt-f** to move by word, **ctrl-k** to kill to the end of the line, **ctrl-l** to clear the screen. See `man readline` for all the default keybindings in Bash. There are a lot. For example **alt-.** cycles through previous arguments, and **alt-*** expands a glob.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue