This commit is contained in:
Uwe Werler 2020-07-27 01:00:51 +00:00
parent 0f1a93bad9
commit 4bc7c00f18
2 changed files with 5 additions and 3 deletions

View File

@ -29,6 +29,8 @@ setw -g window-status-current-style bg=colour240,fg=colour250
setw -g window-status-separator "|"
set -g status-bg colour235
set -g status-fg colour245
setw -g pane-border-style fg=colour235
setw -g pane-active-border-style fg=colour240
set -g window-status-format " #I #{p15:pane_title} #{p2:window_flags}"
setw -g automatic-rename-format " #I #{p15:pane_title} #{p2:window_flags}"
@ -76,9 +78,9 @@ bind -n S-Up select-pane -U
bind -n S-Left select-pane -L
bind -n S-Right select-pane -R
bind-key -n C-S-Left "swap-window -t -1; select-window -t 1"
bind-key -n C-S-Left "swap-window -t -1; select-window -t -1"
bind-key -n C-S-Right "swap-window -t +1; select-window -t +1"
bind p run "tmux set-buffer \"$(xclip -o)\"; tmux paste-buffer"
bind -n C-v run "tmux set-buffer \"$(xclip -o)\"; tmux paste-buffer"
bind C-v run "tmux set-buffer \"$(xclip -o)\"; tmux paste-buffer"
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'

View File

@ -3,7 +3,7 @@
fw* fg=green #comment
*dev* fg=cyan
*prod* fg=red
*dmz* fg=red,bg=blue
*dmz* fg=red
*backup* fg=blue
*admin* fg=magenta
*auth* fg=red