summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nv.delivery>2021-08-24 09:45:47 -0700
committerNick Van Doorn <nick@nv.delivery>2021-08-24 09:45:47 -0700
commitfb9355053474a73808bf058c74fe4862c18077a9 (patch)
treea7f4a60af482cde922762a184c869e575254b6ba
parent2d6c46b01cb1d97bf026f2c1303322b926ec5c58 (diff)
Add more vim like key bindings to ncmpcpp
There is no saving me at this point.
-rw-r--r--ncmpcpp_bindings4
1 files changed, 4 insertions, 0 deletions
diff --git a/ncmpcpp_bindings b/ncmpcpp_bindings
index 1ce1689..d83a0e1 100644
--- a/ncmpcpp_bindings
+++ b/ncmpcpp_bindings
@@ -2,3 +2,7 @@ def_key "k"
scroll_up
def_key "j"
scroll_down
+def_key "h"
+ previous_column
+def_key "l"
+ next_column