From 8f46d8dd5fb7b4de19a1931bd088498775d751c8 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Fri, 20 Aug 2021 18:39:35 -0700 Subject: Bind j & k keys in ncmpcpp I guess I use a terminal based music client now --- ncmpcpp_bindings | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ncmpcpp_bindings (limited to 'ncmpcpp_bindings') diff --git a/ncmpcpp_bindings b/ncmpcpp_bindings new file mode 100644 index 0000000..1ce1689 --- /dev/null +++ b/ncmpcpp_bindings @@ -0,0 +1,4 @@ +def_key "k" + scroll_up +def_key "j" + scroll_down -- cgit v1.2.3