From 257ee62baedf54dfb6c09a83a57838ac77c8435d Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Tue, 24 Dec 2024 17:55:00 +0300 Subject: ncmpcpp: ctrl-[du] bindings --- .config/ncmpcpp/bindings | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/ncmpcpp/bindings') diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index b2c33e5..3639820 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -48,9 +48,15 @@ def_key "}" def_key "page_up" page_up +def_key "ctrl-u" + page_up + def_key "page_down" page_down +def_key "ctrl-d" + page_down + def_key "home" move_home -- cgit v1.2.3