aboutsummaryrefslogtreecommitdiff
path: root/.config/ncmpcpp
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-07-04 17:09:41 +0200
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:20 +0200
commit9bfa8880867855303d0ca9e9f0c7ba5eb90e85c3 (patch)
treeb10b62a51fcd9e102477e6ef57281bef8087ec2e /.config/ncmpcpp
parent0c83fb6e2669bfac1b4222f8227c6530bee9f4f0 (diff)
Start using alacritty
Diffstat (limited to '.config/ncmpcpp')
-rw-r--r--.config/ncmpcpp/bindings45
1 files changed, 29 insertions, 16 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings
index cab5cc8..07ced4f 100644
--- a/.config/ncmpcpp/bindings
+++ b/.config/ncmpcpp/bindings
@@ -177,21 +177,34 @@ def_key "j"
#
#def_key "}"
# scroll_down_artist
-#
-#def_key "page_up"
-# page_up
-#
-#def_key "page_down"
-# page_down
-#
-#def_key "home"
-# move_home
-#
-#def_key "end"
-# move_end
+
+def_key "page_up"
+ page_up
+
+def_key "ctrl-u"
+ page_up
+
+def_key "page_down"
+ page_down
+
+def_key "ctrl-d"
+ page_down
+
+def_key "home"
+ move_home
+
+def_key "g"
+ move_home
+
+def_key "end"
+ move_end
+
+def_key "G"
+ move_end
def_key "v"
select_item
+ scroll_down
#def_key "enter"
# enter_directory
@@ -435,10 +448,10 @@ def_key "d"
#
#def_key "I"
# show_artist_info
-#
-#def_key "g"
-# jump_to_position_in_song
-#
+
+def_key "t"
+ jump_to_position_in_song
+
#def_key "l"
# show_lyrics
#