diff options
Diffstat (limited to 'ncmpcpp/.config')
-rw-r--r-- | ncmpcpp/.config/ncmpcpp/bindings | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ncmpcpp/.config/ncmpcpp/bindings b/ncmpcpp/.config/ncmpcpp/bindings new file mode 100644 index 0000000..8cb1a39 --- /dev/null +++ b/ncmpcpp/.config/ncmpcpp/bindings @@ -0,0 +1,31 @@ +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 |