From b3238f3e78eea351f12da2a516840b105236e9c9 Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Fri, 3 May 2024 10:19:37 +1000 Subject: [PATCH] Add some vi-inspired ncmpcpp bindings :) --- dot-config/ncmpcpp/bindings | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dot-config/ncmpcpp/bindings b/dot-config/ncmpcpp/bindings index 874d25e..c672914 100644 --- a/dot-config/ncmpcpp/bindings +++ b/dot-config/ncmpcpp/bindings @@ -160,17 +160,27 @@ #def_key "up" # scroll_up # +def_key "k" + scroll_up #def_key "shift-up" # select_item # scroll_up # +def_key "K" + select_item + scroll_up #def_key "down" # scroll_down # +def_key "j" + scroll_down #def_key "shift-down" # select_item # scroll_down # +def_key "J" + select_item + scroll_down #def_key "[" # scroll_up_album # @@ -231,9 +241,13 @@ #def_key "right" # next_column # +def_key "l" + next_column #def_key "right" # slave_screen # +def_key "l" + slave_screen #def_key "right" # volume_up # @@ -243,9 +257,13 @@ #def_key "left" # previous_column # +def_key "h" + previous_column #def_key "left" # master_screen # +def_key "h" + master_screen #def_key "left" # volume_down #