AutoYADM commit: 2025-03-14 18:45:06
This commit is contained in:
parent
42f6cf6d13
commit
e179969086
3 changed files with 16 additions and 2 deletions
|
@ -71,13 +71,20 @@ prepend_keymap = [
|
|||
], desc = "Copy contents of file" },
|
||||
{ on = [
|
||||
"c",
|
||||
"m",
|
||||
"x",
|
||||
], run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', desc = "Mime copy" },
|
||||
{ on = [
|
||||
"c",
|
||||
"r",
|
||||
], run = "plugin path-from-root", desc = "Copies path from git root" },
|
||||
|
||||
{ on = [
|
||||
"c",
|
||||
"m",
|
||||
], run = "plugin chmod", desc = "Chmod on selected files" },
|
||||
{ on = [
|
||||
"g",
|
||||
"l",
|
||||
], run = '''shell 'ya emit cd "$(readlink -f "$1")"' ''', desc = "Follow hovered symlink" },
|
||||
]
|
||||
[input]
|
||||
prepend_keymap = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue