From 89ed4615a7b60725af8757976fcebc705f7a4adb Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Sat, 25 Feb 2023 17:07:19 +0100 Subject: [PATCH] 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. --- multimedia/.config/ncmpcpp/bindings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/.config/ncmpcpp/bindings b/multimedia/.config/ncmpcpp/bindings index 0c8a6ad..1427f85 100644 --- a/multimedia/.config/ncmpcpp/bindings +++ b/multimedia/.config/ncmpcpp/bindings @@ -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