diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index e9b492e..403c86c 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -1,2 +1,3 @@ # Stop playback, clear the library and add the selection to the library and start playback -map §c shell cmus-remote -C "set shuffle=false"; cmus-remote --stop --clear --library && cmus-remote --library --play %s +map xd delete %f +map xc shell cmus-remote -C "set shuffle=false"; cmus-remote --stop --clear --library && cmus-remote --library --play %s