From 4782aca48118cf823f970d69a26f17ae269bef37 Mon Sep 17 00:00:00 2001 From: David Chen Date: Wed, 25 Jun 2025 19:47:06 -0700 Subject: [PATCH] migrate yazi config --- yazi/keymap.toml | 2 +- yazi/theme.toml | 2 +- yazi/yazi.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/yazi/keymap.toml b/yazi/keymap.toml index da920dc..af20bff 100644 --- a/yazi/keymap.toml +++ b/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/keymap.json" -[manager] +[mgr] prepend_keymap = [ { on = "i", run = 'plugin smart-enter' }, { on = "", run = 'plugin smart-enter' }, diff --git a/yazi/theme.toml b/yazi/theme.toml index 0cf7ec0..b38f11b 100644 --- a/yazi/theme.toml +++ b/yazi/theme.toml @@ -8,7 +8,7 @@ use = "" -[manager] +[mgr] # Tab tab_width = 12 diff --git a/yazi/yazi.toml b/yazi/yazi.toml index 2e6683e..b7feb12 100644 --- a/yazi/yazi.toml +++ b/yazi/yazi.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/yazi.json" -[manager] +[mgr] ratio = [1, 3, 4] sort_by = "alphabetical" sort_sensitive = false