From 8b6f7ed82db3881f02c089a88812ba114531c488 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 15 Mar 2015 23:27:41 -0400 Subject: [PATCH] [ncmpcpp] more vim like bindings (h,l) also, Ctrl+l for lyrics --- ncmpcpp/.ncmpcpp/bindings | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ncmpcpp/.ncmpcpp/bindings b/ncmpcpp/.ncmpcpp/bindings index 1ca3ab2..6c21219 100644 --- a/ncmpcpp/.ncmpcpp/bindings +++ b/ncmpcpp/.ncmpcpp/bindings @@ -190,8 +190,8 @@ def_key "G" #def_key "delete" # delete_stored_playlist # -#def_key "right" -# next_column +def_key "l" + next_column # #def_key "right" # slave_screen @@ -202,8 +202,8 @@ def_key "G" #def_key "+" # volume_up # -#def_key "left" -# previous_column +def_key "h" + previous_column # #def_key "left" # master_screen @@ -403,8 +403,8 @@ def_key ";" #def_key "g" # jump_to_position_in_song # -#def_key "l" -# show_lyrics +def_key "ctrl_l" + show_lyrics # #def_key "v" # reverse_selection -- 2.20.1