AutoYADM commit: 2025-02-12 12:10:05

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:10:05 -05:00
parent 263cb2c1c0
commit a01694f82b

View file

@ -42,6 +42,8 @@ prepend_keymap = [
"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'}
] ]