Files
superior_dotfiles/private_dot_config/yazi/keymap.toml
Szymon P 75ab85b521 Update .config/hypr/hyprland/binds/open_apps.conf
Update .config/hypr/hyprland/rules/vesktop.conf
Update .config/yazi/keymap.toml
2025-06-14 21:18:17 +02:00

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"