This commit is contained in:
sxyazi
2024-06-16 17:34:38 +08:00
parent 6a99e46ef6
commit ab370f0696
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = [ "T" ]
run = "plugin hide-preview"
run = "plugin --sync hide-preview"
desc = "Hide or show preview"
```

View File

@@ -17,7 +17,7 @@ Add this to your `~/.config/yazi/keymap.toml`:
```toml
[[manager.prepend_keymap]]
on = [ "T" ]
run = "plugin max-preview"
run = "plugin --sync max-preview"
desc = "Maximize or restore preview"
```