chore: rename toggle-view to toggle-pane for better semantics

This commit is contained in:
sxyazi
2025-02-20 23:28:38 +08:00
parent fe32aa2965
commit 1a31de460c
8 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# hide-preview.yazi
> [!WARNING]
> This plugin has been deprecated. Please use the new [toggle-view.yazi](../toggle-view.yazi) instead.
> This plugin has been deprecated. Please use the new [toggle-pane.yazi](../toggle-pane.yazi) instead.
Switch the preview pane between hidden and shown.

View File

@@ -4,7 +4,7 @@
local function entry(st)
ya.notify {
title = "Deprecated plugin",
content = "The `hide-preview` plugin is deprecated, please use the new `toggle-view` plugin instead: https://github.com/yazi-rs/plugins/tree/main/toggle-view.yazi",
content = "The `hide-preview` plugin is deprecated, please use the new `toggle-pane` plugin instead: https://github.com/yazi-rs/plugins/tree/main/toggle-pane.yazi",
timeout = 10,
level = "warn",
}