AutoYADM commit: 2025-02-12 12:00:06
This commit is contained in:
parent
86f0362f4e
commit
02c7130b8d
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ prepend_keymap = [
|
|||
{ 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 = [
|
||||
"g",
|
||||
"r",
|
||||
], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel)"', desc = "Goto git root"},
|
||||
]
|
||||
|
||||
[input]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue