diff options
Diffstat (limited to '.ncmpcpp/bindings')
-rw-r--r-- | .ncmpcpp/bindings | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.ncmpcpp/bindings b/.ncmpcpp/bindings index e277a9c..9da9fee 100644 --- a/.ncmpcpp/bindings +++ b/.ncmpcpp/bindings @@ -301,11 +301,11 @@ def_key "8" #def_key "backspace_2" # replay_song # -#def_key "f" -# seek_forward +def_key "f" + seek_forward # -#def_key "b" -# seek_backward +def_key "b" + seek_backward # #def_key "r" # toggle_repeat |