From 16419c5f8862d458b665b7f09ccfd2a821ca6276 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Sun, 29 May 2022 16:23:57 +0200 Subject: [PATCH] Updated mapped buttons. --- .config/ranger/rc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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