summaryrefslogtreecommitdiffstats
path: root/.config/ncmpcpp/bindings
diff options
context:
space:
mode:
authorYigit Sever2020-11-01 04:16:36 +0300
committerYigit Sever2020-11-01 04:16:36 +0300
commit394931d08536f04418174ed10012c75eb9e3c1ed (patch)
tree2c00c1aa82da2db6e443e6bf072e47f2dfa0d60b /.config/ncmpcpp/bindings
parent50fa20239233118a09bc8996df6abc57f95f26c0 (diff)
downloaddotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.tar.gz
dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.tar.bz2
dotfiles-394931d08536f04418174ed10012c75eb9e3c1ed.zip
small ncmpcpp changes
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"