Commit | Line | Data |
---|---|---|
1 | def_key "j" | |
2 | scroll_down | |
3 | def_key "k" | |
4 | scroll_up | |
5 | ||
6 | def_key "ctrl-u" | |
7 | page_up | |
8 | def_key "ctrl-d" | |
9 | page_down | |
10 | ||
11 | def_key "h" | |
12 | previous_column | |
13 | def_key "l" | |
14 | next_column | |
15 | ||
16 | def_key "." | |
17 | show_lyrics | |
18 | ||
19 | def_key "n" | |
20 | next_found_item | |
21 | def_key "N" | |
22 | previous_found_item | |
23 | ||
24 | def_key "J" | |
25 | move_sort_order_down | |
26 | def_key "K" | |
27 | move_sort_order_up |