From 394931d08536f04418174ed10012c75eb9e3c1ed Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 1 Nov 2020 04:16:36 +0300 Subject: small ncmpcpp changes --- .config/ncmpcpp/bindings | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to '.config/ncmpcpp/bindings') 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 @@ # https://gist.github.com/Soft/959188 + def_key "j" scroll_down def_key "k" @@ -7,6 +8,27 @@ def_key "h" previous_column def_key "l" next_column + +def_key "ctrl-u" + page_up +#push_characters "kkkkkkkkkkkkkkk" +def_key "ctrl-d" + page_down +#push_characters "jjjjjjjjjjjjjjj" +def_key "u" + page_up +def_key "U" + update_database +#push_characters "kkkkkkkkkkkkkkk" +def_key "d" + page_down +#push_characters "jjjjjjjjjjjjjjj" + +def_key "s" + reset_search_engine +def_key "s" + show_search_engine + def_key "L" show_lyrics def_key "n" -- cgit v1.2.3-70-g09d2