AutoYADM commit: 2025-02-12 17:45:07

This commit is contained in:
Daniel Fichtinger 2025-02-12 17:45:07 -05:00
parent b9de438e4a
commit 6b1693c67a
3 changed files with 5 additions and 5 deletions

View file

@ -37,7 +37,7 @@ prepend_keymap = [
], run = "linemode none", desc = "Linemode: none" },
{ 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" },
{ on = "<C-n>", run = "shell --confirm dragon-drop -x -i -T '$1'", desc = "Drag and drop selection" },
{ on = [
"g",
"r",