diff options
author | Amin Bandali <me@aminb.org> | 2015-03-15 23:27:41 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-03-15 23:27:41 -0400 |
commit | 8b6f7ed82db3881f02c089a88812ba114531c488 (patch) | |
tree | 43b8ae747f06ae944eb356c1655d5f42deb8bfc3 | |
parent | 7375f95870ef6c7cc6be53bba5478e3c348079c0 (diff) | |
download | configs-8b6f7ed82db3881f02c089a88812ba114531c488.tar.gz configs-8b6f7ed82db3881f02c089a88812ba114531c488.tar.xz configs-8b6f7ed82db3881f02c089a88812ba114531c488.zip |
[ncmpcpp] more vim like bindings (h,l)
also, Ctrl+l for lyrics
-rw-r--r-- | ncmpcpp/.ncmpcpp/bindings | 12 |
1 files 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 |