diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-03-02 15:37:30 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-03-02 15:37:30 +0100 |
commit | d5007e1d0a7e70380db6cfddb22bb1c93e137d13 (patch) | |
tree | 289d0c94ad8716cb320d059d11965d11b72641b8 /.config/ncmpcpp/bindings | |
parent | b97262217965d93d3f78951d64a5b0cd40f7a3cd (diff) |
update ncmpcpp bindings
Diffstat (limited to '.config/ncmpcpp/bindings')
-rw-r--r-- | .config/ncmpcpp/bindings | 63 |
1 files 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 |