diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-12-24 17:55:00 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-12-24 17:55:00 +0300 |
commit | 257ee62baedf54dfb6c09a83a57838ac77c8435d (patch) | |
tree | fa57f93b6c3432308843ca8d2d1b9889bdf3a539 | |
parent | e2c9ffe977a22f7ab8957d9c2fb2c96e4b296b13 (diff) |
-rw-r--r-- | .config/ncmpcpp/bindings | 6 |
1 files changed, 6 insertions, 0 deletions
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 |