From ab370f0696677bcdbdfd52c2515f81e033942d20 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sun, 16 Jun 2024 17:34:38 +0800 Subject: [PATCH] fix: run --- hide-preview.yazi/README.md | 2 +- max-preview.yazi/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ```