From 95ae52ef38c01ecd7097449ce9b937a15925ee49 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Sun, 13 Aug 2017 16:27:45 +0200 Subject: update --- clerk.tmux | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'clerk.tmux') diff --git a/clerk.tmux b/clerk.tmux index 4c18279..ea28a8f 100644 --- a/clerk.tmux +++ b/clerk.tmux @@ -1,3 +1,17 @@ +# !Dont move this section. +## Key Bindings +bind-key -n F1 findw albums # show album list +bind-key -n F2 findw tracks # show tracks +bind-key -n F3 findw latest # show album list (latest first) +bind-key -n F4 findw playlists # load playlist +bind-key -n F5 findw queue # show queue +bind-key -n C-F5 run-shell 'mpc prev --quiet' # previous song +bind-key -n C-F6 run-shell 'mpc toggle --quiet' # toggle playback +bind-key -n C-F7 run-shell 'mpc stop > /dev/null' # stop playback +bind-key -n C-F8 run-shell 'mpc next --quiet' # next song +bind-key -n F10 run-shell 'clerk -f -x' # play random album/songs +bind-key -n C-F1 run-shell 'clerk -f -y' # show help +bind-key -n C-q kill-session -t music # quit clerk # Status bar set-option -g status-position top set -g status-interval 30 @@ -19,20 +33,6 @@ setw -g window-status-attr bright setw -g window-status-format ' #[fg=colour243,bold]#W ' setw -g window-status-current-format ' #[fg=yellow,bold]#[bg=colour235]#W ' -# !Dont remove this keybinding header! (used to generate help) -## Key Bindings -bind-key -n F1 findw albums # show album list -bind-key -n F2 findw tracks # show tracks -bind-key -n F3 findw latest # show album list (latest first) -bind-key -n F4 findw playlists # load playlist -bind-key -n F5 findw queue # show queue -bind-key -n C-F5 run-shell 'mpc prev --quiet' # previous song -bind-key -n C-F6 run-shell 'mpc toggle --quiet' # toggle playback -bind-key -n C-F7 run-shell 'mpc stop > /dev/null' # stop playback -bind-key -n C-F8 run-shell 'mpc next --quiet' # next song -bind-key -n F10 run-shell 'clerk -f -x' # play random album/songs -bind-key -n C-F1 run-shell 'clerk -f -y' # show help -bind-key -n C-q kill-session -t music # quit clerk # tmux options -- cgit v1.2.3-24-g4f1b