diff --git a/hide-preview.yazi/README.md b/hide-preview.yazi/README.md index 9045ad6..ed8b7ac 100644 --- a/hide-preview.yazi/README.md +++ b/hide-preview.yazi/README.md @@ -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" ``` diff --git a/max-preview.yazi/README.md b/max-preview.yazi/README.md index 51f717b..8766e64 100644 --- a/max-preview.yazi/README.md +++ b/max-preview.yazi/README.md @@ -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" ```