AutoYADM commit: 2025-02-12 11:55:05
This commit is contained in:
parent
eb3dba1cb9
commit
86f0362f4e
1 changed files with 2 additions and 1 deletions
|
@ -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" },
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue