AutoYADM commit: 2025-02-11 19:30:03
This commit is contained in:
parent
c99d16cd76
commit
45bd25966c
4 changed files with 374 additions and 1 deletions
|
@ -1,8 +1,15 @@
|
|||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
# [manager]
|
||||
# prepend_keymap = [{ on = "<C-n>", run = '''
|
||||
# shell 'dragon-drop -x -i -T "$1"' --confirm
|
||||
# ''' }]
|
||||
|
||||
[manager]
|
||||
keymap = [
|
||||
{ on = "e", run = "arrow -1", desc = "Move cursor up" },
|
||||
{ on = "n", run = "arrow 1", desc = "Move cursor down" },
|
||||
]
|
||||
|
||||
[[manager.prepend_keymap]]
|
||||
on = "!"
|
||||
run = 'shell --block --interactive'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue