Skip to content

Commit c88ecdf

Browse files
committed
update open docs
1 parent 88d4313 commit c88ecdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Config.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,21 +252,21 @@ keybinding:
252252
253253
```yaml
254254
os:
255-
openCommand: 'start "" {{filename}}'
255+
open: 'start "" {{filename}}'
256256
```
257257
258258
### Linux
259259
260260
```yaml
261261
os:
262-
openCommand: 'xdg-open {{filename}} >/dev/null'
262+
open: 'xdg-open {{filename}} >/dev/null'
263263
```
264264
265265
### OSX
266266
267267
```yaml
268268
os:
269-
openCommand: 'open {{filename}}'
269+
open: 'open {{filename}}'
270270
```
271271
272272
### Configuring File Editing

0 commit comments

Comments
 (0)