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

This commit is contained in:
Daniel Fichtinger 2025-02-12 12:50:06 -05:00
parent 603f754475
commit 2cd3272dac
4 changed files with 28 additions and 2 deletions

View file

@ -60,9 +60,15 @@ prepend_keymap = [
"g",
"i",
], run = "plugin lazygit", desc = "run lazygit" },
{ on = "<A-y>", run = [
"plugin copy-file-contents",
], desc = "Copy contents of file" },
{ on = [
"c",
"r",
], run = "plugin path-from-root", desc = "Copies path from git root" },
]
[input]
prepend_keymap = [
{ on = "l", run = "forward --end-of-word", desc = "Move forward to the end of the current or next word" },