diff options
Diffstat (limited to '.config/ncmpcpp/bindings')
-rw-r--r-- | .config/ncmpcpp/bindings | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index c4099e1..659dd1d 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings | |||
@@ -1,4 +1,5 @@ | |||
1 | # https://gist.github.com/Soft/959188 | 1 | # https://gist.github.com/Soft/959188 |
2 | |||
2 | def_key "j" | 3 | def_key "j" |
3 | scroll_down | 4 | scroll_down |
4 | def_key "k" | 5 | def_key "k" |
@@ -7,6 +8,27 @@ def_key "h" | |||
7 | previous_column | 8 | previous_column |
8 | def_key "l" | 9 | def_key "l" |
9 | next_column | 10 | next_column |
11 | |||
12 | def_key "ctrl-u" | ||
13 | page_up | ||
14 | #push_characters "kkkkkkkkkkkkkkk" | ||
15 | def_key "ctrl-d" | ||
16 | page_down | ||
17 | #push_characters "jjjjjjjjjjjjjjj" | ||
18 | def_key "u" | ||
19 | page_up | ||
20 | def_key "U" | ||
21 | update_database | ||
22 | #push_characters "kkkkkkkkkkkkkkk" | ||
23 | def_key "d" | ||
24 | page_down | ||
25 | #push_characters "jjjjjjjjjjjjjjj" | ||
26 | |||
27 | def_key "s" | ||
28 | reset_search_engine | ||
29 | def_key "s" | ||
30 | show_search_engine | ||
31 | |||
10 | def_key "L" | 32 | def_key "L" |
11 | show_lyrics | 33 | show_lyrics |
12 | def_key "n" | 34 | def_key "n" |