diff --git a/docs/Config.md b/docs/Config.md index bfc4b2186..7920cc96b 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -2,7 +2,7 @@ ## Default: -``` +```yaml gui: # stuff relating to the UI scrollHeight: 2 # how many lines you scroll by @@ -33,21 +33,21 @@ ### Windows: -``` +```yaml os: openCommand: 'cmd /c "start "" {{filename}}"' ``` ### Linux: -``` +```yaml os: openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"' ``` ### OSX: -``` +```yaml os: openCommand: 'open {{filename}}' ``` @@ -56,7 +56,7 @@ for users of VSCode -``` +```yaml os: openCommand: 'code -r {{filename}}' ```