summaryrefslogtreecommitdiffstats
path: root/clerk_fzf/tmux.clerk
diff options
context:
space:
mode:
authorRasmus Steinke <rasi@xssn.at>2017-07-26 15:16:37 +0200
committerRasmus Steinke <rasi@xssn.at>2017-07-26 15:16:37 +0200
commit3072639cbb079ce7e637b0af4aef8872bcb7d6a5 (patch)
treedfff7c8f6e966e7f9a41263b22a30c2a454d1b4b /clerk_fzf/tmux.clerk
parentded7273de7cd163ee3fa89f073c7550bc31d1cf3 (diff)
downloadperl-app-clerk-3072639cbb079ce7e637b0af4aef8872bcb7d6a5.tar.gz
perl-app-clerk-3072639cbb079ce7e637b0af4aef8872bcb7d6a5.tar.xz
add playlist support
Diffstat (limited to 'clerk_fzf/tmux.clerk')
-rw-r--r--clerk_fzf/tmux.clerk9
1 files changed, 5 insertions, 4 deletions
diff --git a/clerk_fzf/tmux.clerk b/clerk_fzf/tmux.clerk
index d7c7bf7..980a65a 100644
--- a/clerk_fzf/tmux.clerk
+++ b/clerk_fzf/tmux.clerk
@@ -24,10 +24,11 @@ setw -g window-status-current-format ' #[fg=yellow,bold]#[bg=colour235]#W '
bind-key -n F1 findw albums
bind-key -n F2 findw tracks
bind-key -n F3 findw latest
-bind-key -n F4 findw queue
-bind-key -n F5 run-shell 'mpc prev --quiet'
-bind-key -n F6 run-shell 'mpc toggle --quiet'
-bind-key -n F7 run-shell 'mpc stop --quiet'
+bind-key -n F4 findw playlists
+bind-key -n F5 findw queue
+bind-key -n F6 run-shell 'mpc prev --quiet'
+bind-key -n F7 run-shell 'mpc toggle --quiet'
+bind-key -n C-F7 run-shell 'mpc stop'
bind-key -n F8 run-shell 'mpc next --quiet'
bind-key -n C-F12 run-shell 'forceupdate="true" clerk_fzf --update'
bind-key -n F12 run-shell 'clerk_fzf --update'