Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-16 00:22:46 +00:00
parent 494fa25437
commit c2565bdd4e
11 changed files with 37 additions and 25 deletions

View File

@@ -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: