summaryrefslogtreecommitdiffstats
path: root/.config/ncmpcpp/bindings
diff options
context:
space:
mode:
Diffstat (limited to '.config/ncmpcpp/bindings')
-rw-r--r--.config/ncmpcpp/bindings22
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
2def_key "j" 3def_key "j"
3 scroll_down 4 scroll_down
4def_key "k" 5def_key "k"
@@ -7,6 +8,27 @@ def_key "h"
7 previous_column 8 previous_column
8def_key "l" 9def_key "l"
9 next_column 10 next_column
11
12def_key "ctrl-u"
13 page_up
14#push_characters "kkkkkkkkkkkkkkk"
15def_key "ctrl-d"
16 page_down
17#push_characters "jjjjjjjjjjjjjjj"
18def_key "u"
19 page_up
20def_key "U"
21 update_database
22#push_characters "kkkkkkkkkkkkkkk"
23def_key "d"
24 page_down
25#push_characters "jjjjjjjjjjjjjjj"
26
27def_key "s"
28 reset_search_engine
29def_key "s"
30 show_search_engine
31
10def_key "L" 32def_key "L"
11 show_lyrics 33 show_lyrics
12def_key "n" 34def_key "n"