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