AutoYADM commit: 2025-02-12 12:20:06

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:20:06 -05:00
parent 5237f0f99b
commit de213728de
2 changed files with 9 additions and 2 deletions

View file

@ -44,9 +44,15 @@ prepend_keymap = [
], 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 --ags=block", desc = "Open with command in terminal" },
{ on = "O", run = "plugin open-with-cmd", desc = "Open with command" }, { on = "O", run = "plugin open-with-cmd", desc = "Open with command" },
# {on = "<C-e>", run = 'o'} { on = [
"'",
";",
], run = 'plugin custom-shell -- auto --interactive', desc = "custom-shell as default, interactive" },
{ on = [
"'",
":",
], run = 'plugin custom-shell -- auto --interactive --block', desc = "custom-shell as default, interactive, block" },
] ]
[input] [input]
prepend_keymap = [ prepend_keymap = [
{ on = "l", run = "forward --end-of-word", desc = "Move forward to the end of the current or next word" }, { on = "l", run = "forward --end-of-word", desc = "Move forward to the end of the current or next word" },

View file

@ -0,0 +1 @@
zsh -ic 'lg;exit'