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 #