diff options
author | Amin Bandali <me@aminb.org> | 2015-12-23 22:08:28 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-12-23 22:08:28 -0500 |
commit | 91018a34e3089a48e503938d60a8274fc854a713 (patch) | |
tree | 762181881b3df242f5e14e3e95c44a1b2cdba88b | |
parent | 14e49b68dbf2e7d8b1f65ce390cecd885f23a30d (diff) | |
download | configs-91018a34e3089a48e503938d60a8274fc854a713.tar.gz configs-91018a34e3089a48e503938d60a8274fc854a713.tar.xz configs-91018a34e3089a48e503938d60a8274fc854a713.zip |
[ncmpcpp] use dash instead of underscore in defkey
Diffstat (limited to '')
-rw-r--r-- | ncmpcpp/.ncmpcpp/bindings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ncmpcpp/.ncmpcpp/bindings b/ncmpcpp/.ncmpcpp/bindings index 6c21219..c41b932 100644 --- a/ncmpcpp/.ncmpcpp/bindings +++ b/ncmpcpp/.ncmpcpp/bindings @@ -403,7 +403,7 @@ def_key ";" #def_key "g" # jump_to_position_in_song # -def_key "ctrl_l" +def_key "ctrl-l" show_lyrics # #def_key "v" |