From 4bc7c00f1898f1b8e6d108c2c2b1ac21bc575bcb Mon Sep 17 00:00:00 2001 From: Uwe Werler Date: Mon, 27 Jul 2020 01:00:51 +0000 Subject: [PATCH] style --- ssh.conf | 6 ++++-- ssh.map | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ssh.conf b/ssh.conf index 39526b8..ef0771c 100644 --- a/ssh.conf +++ b/ssh.conf @@ -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' diff --git a/ssh.map b/ssh.map index 08e9363..8ff054a 100644 --- a/ssh.map +++ b/ssh.map @@ -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