From 1d32be45f0e2bc631ea04b0b96da8096dcc647c2 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 12 Jul 2019 13:26:13 +0200 Subject: [PATCH] Add ncmpcpp option to delete music from playlist using "d" --- dotfiles/music.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/music.org b/dotfiles/music.org index 3ce5c0d..ba0cd05 100644 --- a/dotfiles/music.org +++ b/dotfiles/music.org @@ -591,6 +591,13 @@ Cheatsheet: https://pkgbuild.com/~jelle/ncmpcpp/ move_sort_order_down def_key "K" move_sort_order_up + def_key "d" + delete_playlist_items + def_key "+" + volume_up + def_key "-" + volume_down + #+end_src * MPD