From de51f19ba82033584382e1b9ed97343b72615aa3 Mon Sep 17 00:00:00 2001 From: sxyazi Date: Wed, 5 Feb 2025 21:32:15 +0800 Subject: [PATCH] .. --- yazi-config/src/lib.rs | 2 +- yazi-core/src/tab/commands/arrow.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yazi-config/src/lib.rs b/yazi-config/src/lib.rs index ee21947f..6294d067 100644 --- a/yazi-config/src/lib.rs +++ b/yazi-config/src/lib.rs @@ -35,7 +35,7 @@ pub fn init() -> anyhow::Result<()> { { eprintln!("Deprecated command: `arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead, in your `keymap.toml`. -See #2262 for more details: https://github.com/sxyazi/yazi/pull/2262"); +See #2294 for more details: https://github.com/sxyazi/yazi/pull/2294"); } } diff --git a/yazi-core/src/tab/commands/arrow.rs b/yazi-core/src/tab/commands/arrow.rs index 194f5365..ce697dd8 100644 --- a/yazi-core/src/tab/commands/arrow.rs +++ b/yazi-core/src/tab/commands/arrow.rs @@ -29,7 +29,7 @@ impl Tab { "Deprecated command", "`arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead. -See #2262 for more details: https://github.com/sxyazi/yazi/pull/2262", +See #2294 for more details: https://github.com/sxyazi/yazi/pull/2294", ); } }