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

@@ -10,24 +10,24 @@
- Save a file:
`Ctrl + S`
`<Ctrl> + S`
- Cut the entire line:
`Ctrl + K`
`<Ctrl> + K`
- Search for a pattern in the file (press `Ctrl + N`/`Ctrl + P` to go to next/previous match):
`Ctrl + F "{{pattern}}" <Enter>`
`<Ctrl> + F "{{pattern}}" <Enter>`
- Execute a command:
`Ctrl + E {{command}} <Enter>`
`<Ctrl> + E {{command}} <Enter>`
- Perform a substitution in the whole file:
`Ctrl + E replaceall "{{pattern}}" "{{replacement}}" <Enter>`
`<Ctrl> + E replaceall "{{pattern}}" "{{replacement}}" <Enter>`
- Quit:
`Ctrl + Q`
`<Ctrl> + Q`