summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-06-13 03:23:16 +0100
committerjao <jao@gnu.org>2021-06-13 03:23:16 +0100
commitc3668d39f51e57a28800af7c80ab4d4085250872 (patch)
tree191d051b2d9ccc99af1229b4de33f34e32994be4 /init.org
parent9a09bf70f2a363c43cd381a2b8968ddfde22e43b (diff)
downloadelibs-c3668d39f51e57a28800af7c80ab4d4085250872.tar.gz
elibs-c3668d39f51e57a28800af7c80ab4d4085250872.tar.bz2
keybindings
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")