From 0c2a6fc883456f4bd27bb5134a2a291b2fe18d68 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 10 Apr 2025 12:02:10 -0400 Subject: [PATCH] tweaked window switcher --- modules/home/yazi.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/yazi.nix b/modules/home/yazi.nix index c0cf16d..13e3e7a 100644 --- a/modules/home/yazi.nix +++ b/modules/home/yazi.nix @@ -97,7 +97,11 @@ { on = ""; run ="tab_close"; } { on = ""; run ="tab_switch 1 --relative"; } { on = ""; run ="tab_switch -1 --relative"; } - + { on = ""; run ="tab_switch 0"; } + { on = ""; run ="tab_switch 1"; } + { on = ""; run ="tab_switch 2"; } + { on = ""; run ="tab_switch 3"; } + { on = ""; run = "spot"; desc = "Spot hovered file"; } { on = "M"; run = "plugin mount"; }