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" },
|
||||
|
|
|
@ -11,3 +11,9 @@ prepend_previewers = [
|
|||
{ mime = "application/x-xz", run = "ouch" },
|
||||
]
|
||||
append_previewers = [{ name = "*", run = "hexyl" }]
|
||||
|
||||
[opener]
|
||||
extract = [
|
||||
{ run = 'ouch d -y "%*"', desc = "Extract here with ouch", for = "windows" },
|
||||
{ run = 'ouch d -y "$@"', desc = "Extract here with ouch", for = "unix" },
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue