mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
738627c014
commit
de51f19ba8
2 changed files with 2 additions and 2 deletions
|
|
@ -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`.
|
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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ impl Tab {
|
||||||
"Deprecated command",
|
"Deprecated command",
|
||||||
"`arrow -99999999` and `arrow 99999999` have been deprecated, please use `arrow top` and `arrow bot` instead.
|
"`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",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue