mpv: init

This commit is contained in:
js0ny 2025-11-19 23:33:06 +00:00
parent dcf8688a23
commit 3854b68891
9 changed files with 44 additions and 3 deletions

View file

@ -52,6 +52,7 @@ in {
# ==========
# Remove / from word characters, for easier path navigation (using backward-word, forward-word, etc)
export WORDCHARS=''${WORDCHARS//\//}
export WORDCHARS=''${WORDCHARS//\#/}
# Options
# ==========