fix: run
This commit is contained in:
@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/keymap.toml`:
|
|||||||
```toml
|
```toml
|
||||||
[[manager.prepend_keymap]]
|
[[manager.prepend_keymap]]
|
||||||
on = [ "T" ]
|
on = [ "T" ]
|
||||||
run = "plugin hide-preview"
|
run = "plugin --sync hide-preview"
|
||||||
desc = "Hide or show preview"
|
desc = "Hide or show preview"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/keymap.toml`:
|
|||||||
```toml
|
```toml
|
||||||
[[manager.prepend_keymap]]
|
[[manager.prepend_keymap]]
|
||||||
on = [ "T" ]
|
on = [ "T" ]
|
||||||
run = "plugin max-preview"
|
run = "plugin --sync max-preview"
|
||||||
desc = "Maximize or restore preview"
|
desc = "Maximize or restore preview"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user