From 74e66389d489c7e426c89368456afb8eb01dd4f5 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 28 Jan 2015 22:38:47 +0000 Subject: [PATCH] ncmpcpp: cC always acts on main playlist --- ncmpcpp/bindings | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings index 14878a7..83ae3d5 100644 --- a/ncmpcpp/bindings +++ b/ncmpcpp/bindings @@ -73,3 +73,15 @@ def_key "&" def_key "*" show_visualizer + +def_key "c" + clear_main_playlist + +# def_key "c" +# dummy + +def_key "C" + crop_main_playlist + +# def_key "C" +# dummy -- 2.48.1