diff options
-rw-r--r-- | ncmpcpp/.config/ncmpcpp/bindings | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ncmpcpp/.config/ncmpcpp/bindings b/ncmpcpp/.config/ncmpcpp/bindings index 334c3b4..125c22f 100644 --- a/ncmpcpp/.config/ncmpcpp/bindings +++ b/ncmpcpp/.config/ncmpcpp/bindings @@ -21,7 +21,8 @@ def_key "h" def_key "l" next_column - +def_key "d" + delete_playlist_items def_key "j" scroll_down def_key "k" |