summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRyooooooga <eial5q265e5@gmail.com>2021-10-09 16:32:36 +0900
committerJesse Duffield <jessedduffield@gmail.com>2021-10-16 22:40:50 +1100
commit7b615e31860c1ea56ddc5813b81a8f20d012af34 (patch)
tree658cca8291f07f5355537d3d30007b9758d833aa /docs
parenta2108362de43a8cdab48151f84142b833f0d3d98 (diff)
Fix open link command in Windows
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