From 2e0971fa8ab391849287bf9b8e76676115886539 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Fri, 11 Aug 2023 18:22:52 +0200 Subject: [ncmpcpp] changed bindings for home and end --- config/common/ncmpcpp/bindings | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/common/ncmpcpp/bindings b/config/common/ncmpcpp/bindings index d2a5eb6..b7921e7 100644 --- a/config/common/ncmpcpp/bindings +++ b/config/common/ncmpcpp/bindings @@ -194,9 +194,9 @@ def_key "p" def_key "P" play -def_key "H" +def_key "g" move_home -def_key "L" +def_key "G" move_end def_key "ctrl-u" -- cgit v1.2.3