From ec6c582a745f4963f1f1cdcd371e7f3033ac39d8 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 6 Aug 2017 08:24:41 +0200 Subject: add help and random panes --- clerk.tmux | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'clerk.tmux') diff --git a/clerk.tmux b/clerk.tmux index 6469cb8..5f08b3e 100644 --- a/clerk.tmux +++ b/clerk.tmux @@ -25,17 +25,13 @@ bind-key -n F1 findw albums bind-key -n F2 findw tracks bind-key -n F3 findw latest bind-key -n F4 findw playlists -bind-key -n F8 findw lyrics bind-key -n F5 findw queue bind-key -n C-F5 run-shell 'mpc prev --quiet' bind-key -n C-F6 run-shell 'mpc toggle --quiet' bind-key -n C-F7 run-shell 'mpc stop > /dev/null' bind-key -n C-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' -bind-key -n F9 run-shell 'clerk_fzf --random_album' -bind-key -n F10 run-shell 'clerk_fzf --random_tracks' -bind-key -n C-h run-shell 'clerk_fzf --help' +bind-key -n F10 run-shell 'clerk -f -x' +bind-ley -n C-F1 run-shell 'clerk -f -y' bind-key -n C-q kill-session -t music -- cgit v1.2.3-24-g4f1b