File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed
Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -2,29 +2,10 @@ set-option -g default-shell /bin/zsh
22set-option -g default-terminal $TERM
33set-option -g base-index 1
44setw -g pane-base-index 1
5- setw -g window-status-format " #[fg=white]#[bg=blue] #I #[bg=blue]#[fg=white] #W "
6- setw -g window-status-current-format " #[bg=brightmagenta]#[fg=white] *#I #[fg=white,bold]#[bg=cyan] [#W] "
7- set -g status-fg white
8- set -g status-bg blue
5+ set -g status-style " fg=white,bg=colour236"
96set -g status-left ' '
107set -g status-right ' %a %m-%d %H:%M'
118if-shell ' [ -z "$TTYD" ]' {
129set -g mouse on
1310}
14- unbind C-b
15- set-option -g prefix C-a
16- bind-key C-a send-prefix
17- bind | split-window -h
18- bind \\ split-window -h
19- bind - split-window -v
20- unbind ' "'
21- unbind %
22- bind -n M-Left select-pane -L
23- bind -n M-Right select-pane -R
24- bind -n M-Up select-pane -U
25- bind -n M-Down select-pane -D
2611set -s escape-time 0
27- if-shell ' [ -n "$DISPLAY" ]' {
28- bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel " xclip -selection clipboard -i"
29- bind-key -T copy-mode MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel " xclip -selection clipboard -i"
30- }
You can’t perform that action at this time.
0 commit comments