AutoYADM commit: 2025-02-12 11:55:05

This commit is contained in:
Daniel Fichtinger 2025-02-12 11:55:05 -05:00
parent eb3dba1cb9
commit 86f0362f4e

View file

@ -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 = "<C-n>", run = ''', shell 'dragon-drop -x -i -T "$1"' --confirm, ''', desc = "Drag and drop selection" },
]