From 27b3ff0800ed9002631291f3e0790ed5a470be74 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Tue, 29 Dec 2020 14:19:50 +0100 Subject: 2020 update --- .config/ncmpcpp/bindings | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .config/ncmpcpp/bindings (limited to '.config/ncmpcpp/bindings') diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings new file mode 100644 index 0000000..6a3dbaf --- /dev/null +++ b/.config/ncmpcpp/bindings @@ -0,0 +1,10 @@ +def_key "l" + next_column +def_key "h" + previous_column +def_key "k" + scroll_up +def_key "j" + scroll_down +def_key "d" + delete_playlist_items -- cgit v1.2.3