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