updoot
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
# "$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
|
||||
[mgr]
|
||||
prepend_keymap = [
|
||||
{ on = "t", run = "tab_create --current", desc = "Create a new tab with CWD" },
|
||||
|
||||
# { on = "<C-y>", run = "plugin wl-clipboard", desc = "Yank to clipboard" },
|
||||
{ on = "<C-y>", run = 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', desc = "Yank to clipboard" },
|
||||
{ on = "<C-n>", run = 'shell -- dragon-drop -x -a -T -s 256 "$@"', desc = "Open drag and drop window" },
|
||||
|
||||
@@ -3,5 +3,5 @@ deps = []
|
||||
|
||||
[[flavor.deps]]
|
||||
use = "yazi-rs/flavors:dracula"
|
||||
rev = "9276ffa"
|
||||
hash = "7a870f143a4026a893ea3123be711e7a"
|
||||
rev = "36c49ac"
|
||||
hash = "20624fcdfcf7e4e912de05e348065e5e"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
||||
# "$schema" = "https://yazi-rs.github.io/schemas/yazi.json"
|
||||
|
||||
[mgr]
|
||||
ratio = [0, 2, 3] # prev, current, next / preview
|
||||
|
||||
Reference in New Issue
Block a user