From c3668d39f51e57a28800af7c80ab4d4085250872 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 13 Jun 2021 03:23:16 +0100 Subject: keybindings --- init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 68d44b1..dddd285 100644 --- a/init.org +++ b/init.org @@ -3047,9 +3047,10 @@ ("n" jao-player-next "next") ("p" jao-player-previous "previous") ("s" (espotify-play-pause) "toggle spotify")) - "Seek" + "Seek and search" (("f" (jao-player-seek 10) "seek fwd" :color red) - ("F" (jao-player-seek -10) "seek bwd" :color red)) + ("F" (jao-player-seek -10) "seek bwd" :color red) + ("a" jao-mpc-select-album "select album")) "Browse" (("b" jao-player-browse "browse") ("l" jao-player-list "show play list") -- cgit v1.2.3