style
This commit is contained in:
parent
0f1a93bad9
commit
4bc7c00f18
6
ssh.conf
6
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'
|
||||
|
Loading…
Reference in New Issue
Block a user