AutoYADM commit: 2025-02-12 12:40:05
This commit is contained in:
parent
4e4e818e14
commit
f9a2932ab1
2 changed files with 12 additions and 1 deletions
|
@ -52,8 +52,13 @@ prepend_keymap = [
|
|||
"'",
|
||||
":",
|
||||
], run = 'plugin custom-shell -- auto --interactive --block', desc = "custom-shell as default, interactive, block" },
|
||||
{on = "h", run = 'shell --block "helix ."'}
|
||||
{ on = "h", run = 'shell --block "helix ."' },
|
||||
{ on = [
|
||||
"C",
|
||||
], run = "plugin ouch zip", desc = "Compress with ouch" },
|
||||
]
|
||||
|
||||
|
||||
[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