mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 20:20:38 +02:00
34 lines
853 B
TOML
34 lines
853 B
TOML
# A TOML linter such as https://taplo.tamasfe.dev/ can use this schema to validate your config.
|
|
# If you encounter any issues, please make an issue at https://github.com/yazi-rs/schemas.
|
|
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "y"
|
|
run = [ 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', "yank" ]
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = "!"
|
|
for = "unix"
|
|
run = 'shell "$SHELL" --block'
|
|
desc = "Open $SHELL here"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = [ "g", "P" ]
|
|
run = "cd ~/Pobrane"
|
|
desc = "Cd to ~/Pobrane"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = [ "g", "O" ]
|
|
run = "cd ~/Obrazy"
|
|
desc = "Cd to ~/Obrazy"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = [ "g", "V" ]
|
|
run = "cd ~/Video"
|
|
desc = "Cd to ~/Video"
|
|
|
|
[[mgr.prepend_keymap]]
|
|
on = [ "g", "D" ]
|
|
run = "cd ~/Dokumenty"
|
|
desc = "Cd to ~/Dokumenty"
|