We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88d4313 + c88ecdf commit c520c5cCopy full SHA for c520c5c
docs/Config.md
@@ -252,21 +252,21 @@ keybinding:
252
253
```yaml
254
os:
255
- openCommand: 'start "" {{filename}}'
+ open: 'start "" {{filename}}'
256
```
257
258
### Linux
259
260
261
262
- openCommand: 'xdg-open {{filename}} >/dev/null'
+ open: 'xdg-open {{filename}} >/dev/null'
263
264
265
### OSX
266
267
268
269
- openCommand: 'open {{filename}}'
+ open: 'open {{filename}}'
270
271
272
### Configuring File Editing
0 commit comments