diff --git a/hide-preview.yazi/README.md b/hide-preview.yazi/README.md index 67fc777..6fcd151 100644 --- a/hide-preview.yazi/README.md +++ b/hide-preview.yazi/README.md @@ -18,6 +18,8 @@ Add this to your `~/.config/yazi/keymap.toml`: [[manager.prepend_keymap]] on = "T" run = "plugin --sync hide-preview" +# For upcoming Yazi 0.4 (nightly version): +# run = "plugin hide-preview" desc = "Hide or show preview" ``` diff --git a/max-preview.yazi/README.md b/max-preview.yazi/README.md index 439309a..c5ef10b 100644 --- a/max-preview.yazi/README.md +++ b/max-preview.yazi/README.md @@ -18,6 +18,8 @@ Add this to your `~/.config/yazi/keymap.toml`: [[manager.prepend_keymap]] on = "T" run = "plugin --sync max-preview" +# For upcoming Yazi 0.4 (nightly version): +# run = "plugin max-preview" desc = "Maximize or restore preview" ``` diff --git a/smart-enter.yazi/README.md b/smart-enter.yazi/README.md index 7d20bff..09c14d5 100644 --- a/smart-enter.yazi/README.md +++ b/smart-enter.yazi/README.md @@ -16,6 +16,8 @@ Bind your l key to the plugin, in your `~/.config/yazi/keymap.toml`: [[manager.prepend_keymap]] on = "l" run = "plugin --sync smart-enter" +# For upcoming Yazi 0.4 (nightly version): +# run = "plugin smart-enter" desc = "Enter the child directory, or open the file" ```