ncmpcpp: Remap song ffwd and rewind

Mapped fast forward to f and song rewind to F to mimick seaerch-ahead
and search-behind ability of vim.
This commit is contained in:
Marty Oehme 2023-02-25 17:07:19 +01:00
parent 1ad0c382a9
commit 89ed4615a7
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ def_key "P"
move_selected_items_to
def_key "f"
seek_forward
def_key "b"
def_key "F"
seek_backward
def_key "'"
jump_to_playing_song