summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-03 13:48:50 +1000
committerGitHub <noreply@github.com>2023-05-03 13:48:50 +1000
commitc520c5cfc3916def187581145c7dcc876e988f8f (patch)
tree2bc54f9001c090fdbc3b588419b590de034854bc
parent88d4313970783d37f4e27354983b5313c108cd2d (diff)
parentc88ecdf87cb8463103dab621b4242c853dde0816 (diff)
Merge pull request #2588 from jesseduffield/update-open-docs
-rw-r--r--docs/Config.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 34e89c130..9c5aa20b8 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -252,21 +252,21 @@ keybinding:
```yaml
os:
- openCommand: 'start "" {{filename}}'
+ open: 'start "" {{filename}}'
```
### Linux
```yaml
os:
- openCommand: 'xdg-open {{filename}} >/dev/null'
+ open: 'xdg-open {{filename}} >/dev/null'
```
### OSX
```yaml
os:
- openCommand: 'open {{filename}}'
+ open: 'open {{filename}}'
```
### Configuring File Editing