From 4c18891850eb2d866374c3182042efc19da0a742 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Thu, 21 Jul 2016 14:14:31 +0200 Subject: fix script name --- clerk_fzf/tmux.clerk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clerk_fzf/tmux.clerk') diff --git a/clerk_fzf/tmux.clerk b/clerk_fzf/tmux.clerk index 3383760..615104f 100644 --- a/clerk_fzf/tmux.clerk +++ b/clerk_fzf/tmux.clerk @@ -123,7 +123,7 @@ 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 F8 run-shell 'mpc next --quiet' -bind-key -n C-F12 run-shell 'clerk_fzf --create-caches' +bind-key -n C-F12 run-shell 'clerk_update --create-caches' bind-key -n F12 run-shell 'clerk_update' bind-key -n F9 run-shell 'clerk_fzf --random_album' bind-key -n F10 run-shell 'clerk_fzf --random_tracks' -- cgit v1.2.3-24-g4f1b