mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 09:56:29 +08:00
Markdown fix.
This commit is contained in:
parent
61362aaf6f
commit
86d0760aa4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Scope:
|
|||
|
||||
- In bash, use **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-Left** and **Alt-Right** to move by word, and **Ctrl-K** to kill to the end of the line. 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-Left** and **Alt-Right** to move by word, and **Ctrl-K** to kill to the end of the line. 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.
|
||||
|
||||
- To go back to the previous working directory: `cd -`
|
||||
|
||||
|
|
Loading…
Reference in a new issue