diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 14:27:29 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-24 14:27:29 +0100 |
commit | 5c527ad00b23fdcc0b47fb6e98ddb4a0610b297b (patch) | |
tree | b58163111ce3b8f49cd92e7cd0455587a271907b /.config/ncmpcpp/bindings | |
parent | a63a08c533c55c541125a94b7f52b7722cc84644 (diff) |
update ncmpcpp bindings
Diffstat (limited to '.config/ncmpcpp/bindings')
-rw-r--r-- | .config/ncmpcpp/bindings | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index 12a855c..3e748fc 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -45,3 +45,8 @@ def_key "V" reverse_selection def_key "ctrl-v" remove_selection + +def_key "f" + seek_forward +def_key "F" + seek_backward |