summaryrefslogtreecommitdiff
path: root/ncmpcpp_bindings
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nv.delivery>2021-08-20 18:39:35 -0700
committerNick Van Doorn <nick@nv.delivery>2021-08-20 18:39:35 -0700
commit8f46d8dd5fb7b4de19a1931bd088498775d751c8 (patch)
treef16536cab72bb5f7f8b727458fed091ce6226316 /ncmpcpp_bindings
parent663a763d50f9bf1bcf245a6591ec0f478e258cf5 (diff)
Bind j & k keys in ncmpcpp
I guess I use a terminal based music client now
Diffstat (limited to 'ncmpcpp_bindings')
-rw-r--r--ncmpcpp_bindings4
1 files changed, 4 insertions, 0 deletions
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