Skip to content

Commit a4e9215

Browse files
committed
Update tmux.conf to get rid of warnings
1 parent cbb7833 commit a4e9215

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tmux.conf

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ set -g status-left-length 52
4444
set -g status-right-length 451
4545
set -g status-fg white
4646
set -g status-bg colour234
47-
set -g window-status-activity-attr bold
48-
set -g pane-border-fg colour245
49-
set -g pane-active-border-fg colour39
50-
set -g message-fg colour16
51-
set -g message-bg colour221
52-
set -g message-attr bold
5347
set -g status-left '#[fg=colour235,bg=colour252,bold] ❐ #I #[fg=colour252,bg=colour238,nobold]⮀#[fg=colour245,bg=colour238,bold] #(whoami) #[fg=colour238,bg=colour234,nobold]⮀'
5448
set -g window-status-format "#[fg=white,bg=colour234] #I.#P #W "
5549
set -g window-status-current-format "#[fg=colour234,bg=colour39]⮀#[fg=white,bg=colour39,noreverse,bold] #I.#P ⮁ #W #[fg=colour39,bg=colour234,nobold]⮀"
@@ -120,8 +114,8 @@ bind-key p paste-buffer
120114
# bind -T vi-copy Escape cancel
121115
# bind p paste-buffer
122116

123-
set -g @copycat_next 'C-n'
124-
set -g @copycat_prev 'C-p'
117+
# set -g @copycat_next 'C-n'
118+
# set -g @copycat_prev 'C-p'
125119

126120
# export the yanked selection to system
127121
bind y run "tmux show-buffer | reattach-to-user-namespace pbcopy"

0 commit comments

Comments
 (0)