dotfiles/.config/ranger/rc.conf

7 lines
355 B
Plaintext
Raw Normal View History

2022-05-29 15:48:48 +02:00
# Stop playback, clear the library and add the selection to the library and start playback
2022-05-29 16:23:57 +02:00
map xd delete %f
map xc shell cmus-remote -C "set shuffle=false"; cmus-remote --stop --clear --library && cmus-remote --library --play %s
2023-11-15 08:26:25 +01:00
# Start Codium in the current directory, fall back to VIM
map e shell command -v code && code %f || codium %f || ${EDITOR} .