@@ -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
509509Any 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
511511created 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
517517at ` ~/.config/micro ` ), and should contain only options which have been modified
518518from their default setting. Here is the full list of options in json format,
519519so that you can see what the formatting should look like.
0 commit comments