mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-03-21 21:47:32 +02:00
Merge pull request #2588 from jesseduffield/update-open-docs
This commit is contained in:
commit
c520c5cfc3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user