Skip to content

Commit

Permalink
Prettier tmux
Browse files Browse the repository at this point in the history
  • Loading branch information
3ximus committed Apr 15, 2024
1 parent 2854a8b commit f026350
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ bind l select-pane -R
bind-key ] next-layout
bind-key [ previous-layout

bind-key ` last-window
bind-key P swap-window -t -1 \; select-window -t -1
bind-key N swap-window -t +1 \; select-window -t +1
bind-key T command-prompt -p "Move Window To:" "move-window -t '%%'"
Expand Down Expand Up @@ -100,12 +102,10 @@ bind-key u command-prompt -p 'Save history to filename:' -I '~/tmux.history' 'ca
# COLORS AND FORMATS #
###########################
#set-option -g status-bg colour0
set -g status-style fg=colour4,bg=default # transparent background
# set-option -g status-attr default

# IS THIS NEEDED ?
# set -g status-style fg=colour4,bg=default # transparent background
# active window title colors
set-window-option -g window-status-current-style fg=colour4,bg=default
# set-window-option -g window-status-current-style fg=colour4,bg=default
# pane border
set-option -g pane-border-style fg=colour7
Expand All @@ -116,7 +116,8 @@ set-option -g message-style fg=colour15,bold,bg=colour0
# pane number display
set-option -g display-panes-active-colour colour0
set-option -g display-panes-colour colour12
set-option -g display-panes-colour colour14
set-option -g display-panes-active-colour colour11
# main tmux color used in copy mode
set-window-option -g mode-style bg=colour6,fg=colour0
Expand All @@ -136,11 +137,11 @@ set-window-option -g window-status-current-format " #{s/\\*//:#{s/Z//:window
# window styles
set-window-option -g window-status-style fg=colour7,bg=default
set-window-option -g window-status-current-style fg=colour15,bold
set-window-option -g window-status-current-style fg=colour14,bold
#set-window-option -g window-active-style fg=colour15 # change foreground color for active window
set-window-option -g window-status-last-style fg=colour7
set-window-option -g window-status-activity-style fg=colour5
set-window-option -g window-status-bell-style fg=colour9
set-window-option -g window-status-last-style fg=colour15
set-window-option -g window-status-activity-style fg=colour11,bold
set-window-option -g window-status-bell-style fg=colour9,bold
set-option -g status on
set-option -g status-interval 0
Expand Down

0 comments on commit f026350

Please sign in to comment.