From d5007e1d0a7e70380db6cfddb22bb1c93e137d13 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 2 Mar 2024 15:37:30 +0100 Subject: update ncmpcpp bindings --- .config/ncmpcpp/bindings | 63 +++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 30 deletions(-) diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index ccd263b..12a855c 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -1,44 +1,47 @@ -# the t key isn't used and it's easier to press than /, so lets use it def_key "/" - find -def_key "t" - find_item_forward + find_item_forward +def_key "n" + next_found_item +def_key "N" + previous_found_item -def_key "+" - show_clock +def_key "-" + volume_down def_key "=" - volume_up + volume_up def_key "j" - scroll_down + scroll_down def_key "k" - scroll_up - + scroll_up def_key "ctrl-u" - page_up -#push_characters "kkkkkkkkkkkkkkk" + page_up def_key "ctrl-d" - page_down -#push_characters "jjjjjjjjjjjjjjj" + page_down +def_key "g" + move_home +def_key "G" + move_end + +def_key "b" + jump_to_browser +def_key "." + show_lyrics def_key "h" - previous_column + previous_column def_key "l" - next_column - -def_key "." - show_lyrics - -def_key "n" - next_found_item -def_key "N" - previous_found_item - -# not used but bound -def_key "J" - move_sort_order_down -def_key "K" - move_sort_order_up + next_column +def_key "m" + move_selected_items_up def_key "M" move_selected_items_down + +def_key "v" + select_item + scroll_down +def_key "V" + reverse_selection +def_key "ctrl-v" + remove_selection -- cgit v1.2.3