From 3bfde49348b37f329ab6f8d36111c5a1adad4d79 Mon Sep 17 00:00:00 2001 From: js0ny Date: Tue, 8 Jul 2025 21:49:57 +0800 Subject: [PATCH] yazi migration --- tools/yazi/.gitignore | 1 + tools/yazi/keymap.toml | 2 +- tools/yazi/light.toml | 2 +- tools/yazi/yazi.toml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/yazi/.gitignore b/tools/yazi/.gitignore index 1385a19..b7731bf 100644 --- a/tools/yazi/.gitignore +++ b/tools/yazi/.gitignore @@ -3,3 +3,4 @@ plugins/ package.toml theme.toml +*.toml-* diff --git a/tools/yazi/keymap.toml b/tools/yazi/keymap.toml index 2b27873..31fb743 100644 --- a/tools/yazi/keymap.toml +++ b/tools/yazi/keymap.toml @@ -2,7 +2,7 @@ # If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas. "$schema" = "https://yazi-rs.github.io/schemas/prepend_keymap.json" -[manager] +[mgr] prepend_keymap = [ diff --git a/tools/yazi/light.toml b/tools/yazi/light.toml index f6ec360..3c159fc 100644 --- a/tools/yazi/light.toml +++ b/tools/yazi/light.toml @@ -1,4 +1,4 @@ -[manager] +[mgr] cwd = { fg = "#179299" } hovered = { fg = "#eff1f5", bg = "#7287fd" } diff --git a/tools/yazi/yazi.toml b/tools/yazi/yazi.toml index 180b157..0a8a312 100644 --- a/tools/yazi/yazi.toml +++ b/tools/yazi/yazi.toml @@ -1,4 +1,4 @@ -[manager] +[mgr] show_hidden = true linemode = "size_and_mtime"