summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-05-03 13:48:04 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-05-03 13:48:04 +1000
commitc88ecdf87cb8463103dab621b4242c853dde0816 (patch)
tree2bc54f9001c090fdbc3b588419b590de034854bc
parent88d4313970783d37f4e27354983b5313c108cd2d (diff)
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