From 61aa02ce8534ce4965ad17d4915c04f1053f18e4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 25 Jan 2025 20:49:06 +0300 Subject: [PATCH] Yazi: Space to cd. --- home/file/yazi/module/Keymap.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/file/yazi/module/Keymap.nix b/home/file/yazi/module/Keymap.nix index 0109931..90df4bf 100644 --- a/home/file/yazi/module/Keymap.nix +++ b/home/file/yazi/module/Keymap.nix @@ -9,6 +9,11 @@ desc = "Spawn shell here"; run = ''shell "SHELL_NAME=yazi $SHELL" --block --confirm''; } + { + on = ""; + desc = "Cd"; + run = "cd --interactive"; + } { on = ""; desc = "New tab";