Skip to content

Commit 9e46a38

Browse files
committed
Insert few parts in options.md in backticks
1 parent 4377e56 commit 9e46a38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

runtime/help/options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Here are the available options:
8989
binary.
9090

9191
The colorscheme can be selected from all the files in the
92-
~/.config/micro/colorschemes/ directory. Micro comes by default with
92+
`~/.config/micro/colorschemes/` directory. Micro comes by default with
9393
three colorschemes:
9494

9595
You can read more about micro's colorschemes in the `colors` help topic
@@ -293,7 +293,7 @@ Here are the available options:
293293
default value: `2`
294294

295295
* `parsecursor`: if enabled, this will cause micro to parse filenames such as
296-
file.txt:10:5 as requesting to open `file.txt` with the cursor at line 10
296+
`file.txt:10:5` as requesting to open `file.txt` with the cursor at line 10
297297
and column 5. The column number can also be dropped to open the file at a
298298
given line and column 0. Note that with this option enabled it is not possible
299299
to open a file such as `file.txt:10:5`, where `:10:5` is part of the filename.
@@ -507,13 +507,13 @@ or disable them:
507507
recent Git commit rather than the diff since opening the file.
508508

509509
Any option you set in the editor will be saved to the file
510-
~/.config/micro/settings.json so, in effect, your configuration file will be
510+
`~/.config/micro/settings.json` so, in effect, your configuration file will be
511511
created for you. If you'd like to take your configuration with you to another
512-
machine, simply copy the settings.json to the other machine.
512+
machine, simply copy the `settings.json` to the other machine.
513513

514514
## Settings.json file
515515

516-
The settings.json file should go in your configuration directory (by default
516+
The `settings.json` file should go in your configuration directory (by default
517517
at `~/.config/micro`), and should contain only options which have been modified
518518
from their default setting. Here is the full list of options in json format,
519519
so that you can see what the formatting should look like.

0 commit comments

Comments
 (0)