diff options
author | Rasmus Steinke <rasi@xssn.at> | 2017-08-06 19:32:23 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2017-08-06 19:32:23 +0200 |
commit | 14bc9bd2cb41be597af0c860ead335b61a964ebd (patch) | |
tree | a262446451913b222ada59b005d7e4f399059929 | |
parent | 0de10c4e24cd87a5e4981cc8d7ee739c90bbe328 (diff) | |
download | perl-app-clerk-14bc9bd2cb41be597af0c860ead335b61a964ebd.tar.gz perl-app-clerk-14bc9bd2cb41be597af0c860ead335b61a964ebd.tar.xz |
update tmux config
-rw-r--r-- | LICENSE | 19 | ||||
-rw-r--r-- | clerk.tmux | 2 | ||||
-rw-r--r-- | tmux.conf | 55 |
3 files changed, 1 insertions, 75 deletions
diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 441b98e..0000000 --- a/LICENSE +++ /dev/null @@ -1,19 +0,0 @@ -The MIT License (MIT) -Copyright © 2015 Rasmus Steinke - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the “Software”), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -31,7 +31,7 @@ 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 F10 run-shell 'clerk -f -x' -bind-key -n C-F1 run-shell 'clerk -f -y' +bind-key -n C-F1 run-shell 'clerk -f -z' bind-key -n C-q kill-session -t music diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 6469cb8..0000000 --- a/tmux.conf +++ /dev/null @@ -1,55 +0,0 @@ -# Status bar -set-option -g status-position top -set -g status-interval 30 -set -g status-justify centre -set -g status-left-length 40 -set -g status-left '' -set -g status-right '' - - -# Colors -set -g status-bg colour235 -set -g status-fg default -setw -g window-status-current-bg default -setw -g window-status-current-fg default -setw -g window-status-current-attr dim -setw -g window-status-bg default -setw -g window-status-fg white -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 -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 C-q kill-session -t music - - -# tmux options -set -g set-titles on -set -g set-titles-string '#T' -set -g default-terminal "screen-256color" -setw -g mode-keys vi -set -sg escape-time 1 -set -g repeat-time 1000 -set -g base-index 1 -setw -g pane-base-index 1 -set -g renumber-windows on -unbind C-b -set -g prefix C-a -unbind C-p -bind C-p paste-buffer |