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" }, ]