mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 14:22:42 +09:00
help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193)
* help: Exchange all indentations to spaces and remove trailing ws * Add some missing `` marks Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com> * help: Generalize indentation levels * help: Some small visual changes - removed some superfluous whitespaces - add a line break in before an link - corrected one typo --------- Co-authored-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
This commit is contained in:
@@ -52,9 +52,9 @@ can change it!
|
||||
| Ctrl-n | Find next instance of current search |
|
||||
| Ctrl-p | Find previous instance of current search |
|
||||
|
||||
Note: Ctrl-n and Ctrl-p should be used from the main buffer, not from inside
|
||||
the search prompt. After Ctrl-f, press enter to complete the search and then
|
||||
you can use Ctrl-n and Ctrl-p to cycle through matches.
|
||||
Note: `Ctrl-n` and `Ctrl-p` should be used from the main buffer, not from inside
|
||||
the search prompt. After `Ctrl-f`, press enter to complete the search and then
|
||||
you can use `Ctrl-n` and `Ctrl-p` to cycle through matches.
|
||||
|
||||
### File Operations
|
||||
|
||||
@@ -129,7 +129,7 @@ you can use Ctrl-n and Ctrl-p to cycle through matches.
|
||||
|
||||
### Function keys.
|
||||
|
||||
Warning! The function keys may not work in all terminals!
|
||||
Warning! The function keys may not work in all terminals!
|
||||
|
||||
| Key | Description of function |
|
||||
|------ |-------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user