summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Config.md b/docs/Config.md
index bc09575bb..99c44855b 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -211,14 +211,14 @@ keybinding:
```yaml
os:
- openCommand: 'cmd /c "start "" {{filename}}"'
+ openCommand: 'start "" {{filename}}'
```
### Linux
```yaml
os:
- openCommand: 'sh -c "xdg-open {{filename}} >/dev/null"'
+ openCommand: 'xdg-open {{filename}} >/dev/null'
```
### OSX