summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.ncmpcpp/bindings4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings
index b7271e9..c4099e1 100644
--- a/.ncmpcpp/bindings
+++ b/.ncmpcpp/bindings
@@ -7,10 +7,14 @@ def_key "h"
7 previous_column 7 previous_column
8def_key "l" 8def_key "l"
9 next_column 9 next_column
10def_key "L"
11 show_lyrics
10def_key "n" 12def_key "n"
11 next_found_item 13 next_found_item
12def_key "N" 14def_key "N"
13 previous_found_item 15 previous_found_item
16def_key "."
17 move_selected_items_down
14def_key "g" 18def_key "g"
15 move_home 19 move_home
16def_key "G" 20def_key "G"