From 8ef3d5106407f52dbdfca05969eff92d2c3af932 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 4 Jul 2025 07:04:32 -0400 Subject: add ncmpcpp --- .config/ncmpcpp/bindings | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/ncmpcpp/bindings (limited to '.config/ncmpcpp/bindings') diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings new file mode 100644 index 0000000..43b80a3 --- /dev/null +++ b/.config/ncmpcpp/bindings @@ -0,0 +1,20 @@ +def_key "j" + scroll_down + +def_key "k" + scroll_up + +def_key "h" + previous_column + +def_key "l" + next_column + +def_key "ctrl-d" + page_down + +def_key "ctrl-u" + page_up + +def_key "L" + show_lyrics -- cgit v1.2.3