diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-07-26 15:35:03 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-07-26 15:35:03 +0200 |
commit | 5f5f98cba3cd51d3770c7c6f53fd2ad976628264 (patch) | |
tree | 9723b904d87a95761f10ba7d0a35ca0510945629 /clerk_fzf | |
parent | e3a5374d9a39a00f771943de3dd24b584033dc31 (diff) | |
download | perl-app-clerk-5f5f98cba3cd51d3770c7c6f53fd2ad976628264.tar.gz perl-app-clerk-5f5f98cba3cd51d3770c7c6f53fd2ad976628264.tar.xz |
remap controls
Diffstat (limited to 'clerk_fzf')
-rw-r--r-- | clerk_fzf/tmux.clerk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clerk_fzf/tmux.clerk b/clerk_fzf/tmux.clerk index 980a65a..d810078 100644 --- a/clerk_fzf/tmux.clerk +++ b/clerk_fzf/tmux.clerk @@ -26,10 +26,10 @@ bind-key -n F2 findw tracks bind-key -n F3 findw latest 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-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' -bind-key -n F8 run-shell 'mpc next --quiet' +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' |