diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-11 18:22:52 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-11 18:22:52 +0200 |
commit | 2e0971fa8ab391849287bf9b8e76676115886539 (patch) | |
tree | 6cd43e388e29274642eae58a518fa5578d5e52e1 /config/common/ncmpcpp/bindings | |
parent | 124910d7e8c08f358b00d7ef7ff7fd83fc77d349 (diff) |
[ncmpcpp] changed bindings for home and end
Diffstat (limited to 'config/common/ncmpcpp/bindings')
-rw-r--r-- | config/common/ncmpcpp/bindings | 4 |
1 files 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" |