From d590e6e59022da4346db09f1747ab241c363a517 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 2 Nov 2024 20:46:12 +0300 Subject: [PATCH] Yazi: New tab on . --- home/config/yazi/module/Keymap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/config/yazi/module/Keymap.nix b/home/config/yazi/module/Keymap.nix index d010afc5..39f8c4f9 100644 --- a/home/config/yazi/module/Keymap.nix +++ b/home/config/yazi/module/Keymap.nix @@ -21,6 +21,7 @@ in (mkKeymap "Move to next tab" "E" "tab_swap 1 --relative") (mkKeymap "Exit yazi" "z" "quit") (mkKeymap "Exit yazi w/o cwd" "Z" "quit --no-cwd-file") + (mkKeymap "New tab" "" "tab_create --current") # I wanna die thanks to nixfmt. (mkKeymap "Go to storage" [ "g"