From 3d3170f4272565452b391f3bf13e2842cb5f96aa Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 10 Dec 2024 13:43:09 -0600 Subject: [PATCH] terminal/tools/yazi: --sync still needed for yazi.nvim --- .../home/programs/terminal/tools/yazi/keymap/manager.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/programs/terminal/tools/yazi/keymap/manager.nix b/modules/home/programs/terminal/tools/yazi/keymap/manager.nix index 9b993a44..fd14d28d 100644 --- a/modules/home/programs/terminal/tools/yazi/keymap/manager.nix +++ b/modules/home/programs/terminal/tools/yazi/keymap/manager.nix @@ -14,12 +14,12 @@ in prepend_keymap = [ { on = [ "l" ]; - run = "plugin smart-enter"; + run = "plugin --sync smart-enter"; desc = "Enter the child directory, or open the file"; } { on = [ "" ]; - run = "plugin smart-enter"; + run = "plugin --sync smart-enter"; desc = "Enter the child directory, or open the file"; } { @@ -47,12 +47,12 @@ in } { on = [ "T" ]; - run = "plugin hide-preview"; + run = "plugin --sync hide-preview"; desc = "Hide or show preview"; } # { # on = [ "T" ]; - # run = "plugin max-preview"; + # run = "plugin --sync max-preview"; # desc = "Maximize or restore preview"; # } {