1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 22:32:13 +02:00

update open docs

This commit is contained in:
Jesse Duffield
2023-05-03 13:48:04 +10:00
parent 88d4313970
commit c88ecdf87c

View File

@@ -252,21 +252,21 @@ keybinding:
```yaml ```yaml
os: os:
openCommand: 'start "" {{filename}}' open: 'start "" {{filename}}'
``` ```
### Linux ### Linux
```yaml ```yaml
os: os:
openCommand: 'xdg-open {{filename}} >/dev/null' open: 'xdg-open {{filename}} >/dev/null'
``` ```
### OSX ### OSX
```yaml ```yaml
os: os:
openCommand: 'open {{filename}}' open: 'open {{filename}}'
``` ```
### Configuring File Editing ### Configuring File Editing