From 02c7130b8dd9e13e020e0bc8e90c5091f341f878 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 12:00:06 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 12:00:06 --- .config/yazi/keymap.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index c415569d..dd46381d 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -38,6 +38,10 @@ prepend_keymap = [ { on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" }, # { on = "!", run = 'shell --block --interactive', desc = "Open shell here" }, { on = "", run = ''', shell 'dragon-drop -x -i -T "$1"' --confirm, ''', desc = "Drag and drop selection" }, + { on = [ + "g", + "r", + ], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel)"', desc = "Goto git root"}, ] [input]