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:
parent
1ad0c382a9
commit
89ed4615a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue