AutoYADM commit: 2025-02-12 12:10:05
This commit is contained in:
parent
263cb2c1c0
commit
a01694f82b
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ prepend_keymap = [
|
||||||
{ on = [
|
{ on = [
|
||||||
"g",
|
"g",
|
||||||
"r",
|
"r",
|
||||||
], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel)"', desc = "Goto git root"},
|
], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel)"', desc = "Goto git root" },
|
||||||
|
{ on = "o", run = "plugin open-with-cmd --ags=block", desc = "Open with command in terminal" },
|
||||||
|
{ on = "O", run = "plugin open-with-cmd", desc = "Open with command" },
|
||||||
# {on = "<C-e>", run = 'o'}
|
# {on = "<C-e>", run = 'o'}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue