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"; # } {