AutoYADM commit: 2025-02-12 12:50:06
This commit is contained in:
parent
603f754475
commit
2cd3272dac
4 changed files with 28 additions and 2 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue