summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org5
1 files changed, 3 insertions, 2 deletions
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")