From 86f0362f4e8ce80428a0a9b91b5138b45e5321c0 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 12 Feb 2025 11:55:05 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-12 11:55:05 --- .config/yazi/keymap.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/yazi/keymap.toml b/.config/yazi/keymap.toml index 79518721..c415569d 100644 --- a/.config/yazi/keymap.toml +++ b/.config/yazi/keymap.toml @@ -35,7 +35,8 @@ prepend_keymap = [ "k", "n", ], run = "linemode none", desc = "Linemode: none" }, - { on = "!", run = 'shell --block --interactive', desc = "Open shell here" }, + { 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" }, ]