From fb9355053474a73808bf058c74fe4862c18077a9 Mon Sep 17 00:00:00 2001 From: Nick Van Doorn Date: Tue, 24 Aug 2021 09:45:47 -0700 Subject: Add more vim like key bindings to ncmpcpp There is no saving me at this point. --- ncmpcpp_bindings | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3