diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-02 14:48:29 +0200 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2026-08-02 14:48:29 +0200 |
| commit | e43eb1177872f52e949fb5f0f93396ed94b0d093 (patch) | |
| tree | 78b73af6a989fa2996d71b112e161b70d35081ef /.config/ncmpcpp/bindings | |
| parent | 2f14a896e4b897bd747c24d7ad8e9e7bb3237d03 (diff) | |
move to chezmoi
Diffstat (limited to '.config/ncmpcpp/bindings')
| -rw-r--r-- | .config/ncmpcpp/bindings | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings deleted file mode 100644 index 3e748fc..0000000 --- a/.config/ncmpcpp/bindings +++ /dev/null @@ -1,52 +0,0 @@ -def_key "/" - find_item_forward -def_key "n" - next_found_item -def_key "N" - previous_found_item - -def_key "-" - volume_down -def_key "=" - volume_up - -def_key "j" - scroll_down -def_key "k" - scroll_up -def_key "ctrl-u" - page_up -def_key "ctrl-d" - 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 -def_key "l" - 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 - -def_key "f" - seek_forward -def_key "F" - seek_backward |