diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-20 07:44:37 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-20 07:44:37 +0100 |
commit | 628fc8e9bcee152255aaba2021e4f275f8638083 (patch) | |
tree | 8c3ce5914037f9a7a2bd6511c609b3bf7698d3da | |
parent | 1136c9b1bfac24f9221fd50289933918f11e4903 (diff) | |
download | dotfiles-628fc8e9bcee152255aaba2021e4f275f8638083.tar.gz dotfiles-628fc8e9bcee152255aaba2021e4f275f8638083.tar.bz2 dotfiles-628fc8e9bcee152255aaba2021e4f275f8638083.zip |
+ncmpcpp C-l binding for lyrics
-rw-r--r-- | ncmpcpp/.config/ncmpcpp/bindings | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ncmpcpp/.config/ncmpcpp/bindings b/ncmpcpp/.config/ncmpcpp/bindings index 8cb1a39..334c3b4 100644 --- a/ncmpcpp/.config/ncmpcpp/bindings +++ b/ncmpcpp/.config/ncmpcpp/bindings @@ -29,3 +29,6 @@ def_key "k" def_key "v" select_item + +def_key "ctrl-l" + show_lyrics |