From 9bfa8880867855303d0ca9e9f0c7ba5eb90e85c3 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 4 Jul 2021 17:09:41 +0200 Subject: Start using alacritty --- .config/ncmpcpp/bindings | 45 +++++++++++++++++++++++++++++---------------- 1 file changed, 29 insertions(+), 16 deletions(-) (limited to '.config/ncmpcpp') 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 # -- cgit v1.1