Skip to content

Commit 0e94d45

Browse files
authored
Tone down tmux opinions; remove custom bindings (#1000)
1 parent 7291f39 commit 0e94d45

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

ssh/rootfs/root/.tmux.conf

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,10 @@ set-option -g default-shell /bin/zsh
22
set-option -g default-terminal $TERM
33
set-option -g base-index 1
44
setw -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"
96
set -g status-left ''
107
set -g status-right '%a %m-%d %H:%M'
118
if-shell '[ -z "$TTYD" ]' {
129
set -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
2611
set -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-
}

0 commit comments

Comments
 (0)