diff options
Diffstat (limited to 'ncmpcpp/bindings')
-rw-r--r-- | ncmpcpp/bindings | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings deleted file mode 100644 index 8cb1a39..0000000 --- a/ncmpcpp/bindings +++ /dev/null @@ -1,31 +0,0 @@ -def_key "/" - find -def_key "/" - find_item_forward - -def_key "+" - volume_up -def_key "-" - volume_down -def_key "=" - show_clock - - -def_key "ctrl-f" - page_down -def_key "ctrl-b" - page_up - -def_key "h" - previous_column -def_key "l" - next_column - - -def_key "j" - scroll_down -def_key "k" - scroll_up - -def_key "v" - select_item |