diff options
-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 |