mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 20:55:36 +00:00
Update cheatsheets
This commit is contained in:
6
tldr/set
6
tldr/set
@@ -22,11 +22,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Write and edit text in the command-line with `vi`-like keybindings (e.g. `yy`):
|
||||
|
||||
`set -o {{vi}}`
|
||||
`set -o vi`
|
||||
|
||||
- Return to default mode:
|
||||
- Return to default (`emacs`) mode:
|
||||
|
||||
`set -o {{emacs}}`
|
||||
`set -o emacs`
|
||||
|
||||
- List all modes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user