pages*: mark keys according to the guideline (#11907)

This commit is contained in:
Sebastiaan Speck
2023-12-29 17:02:08 +01:00
committed by GitHub
parent 7ec97b40d0
commit 618e227301
75 changed files with 153 additions and 153 deletions

View File

@@ -14,11 +14,11 @@
- Escape insert mode, to go back to normal mode:
`<Escape>`
`<Esc>`
- Replace all instances of "foo" in the current file with "bar":
`%s{{foo}}<Enter>c{{bar}}<Escape>`
`%s{{foo}}<Enter>c{{bar}}<Esc>`
- Unselect all secondary selections, and keep only the main one: