summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2021-11-04 17:36:22 +0100
committerMiguel <m.i@gmx.at>2021-11-04 17:36:22 +0100
commite86d9f569e27dadebc246da8818f28bbce43ddd1 (patch)
tree2b78cb08a9e160e66f068ddb9e5c1018f79d46ac
parent66bf28c8d4b1a4a43f991234b3649f8d57a3876f (diff)
improve/simplify tmux.conf
-rw-r--r--tmux/dot-tmux.conf18
1 files changed, 9 insertions, 9 deletions
diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf
index ce2a04e..c1954f1 100644
--- a/tmux/dot-tmux.conf
+++ b/tmux/dot-tmux.conf
@@ -15,17 +15,17 @@ set-option -g status-position bottom
set-option -g status-right ' #h #[fg=black]#[bg=#556677]#[bg=black]#[fg=#556677]#(uptime | sed "s/,[^:]*//")#[default]'
set-option -g status-right-length 100
-set-option -g status-style fg='#ffffff',bg='#556677'
-set-option -g window-status-style fg='#ffffff',bg='#333333'
-set-option -g window-status-current-style fg='#ffffff',bg='#55aa55'
-set-option -g window-status-bell-style fg='#ffffff',bg='#ee3322'
-set-option -g window-status-separator " "
-set-option -g window-status-format "#[fg=#556677]#[default]#[bg=#333333] #I  #W #[fg=#556677]#[reverse]"
-set-option -g window-status-current-format "#[fg=#556677]#[default]#[bg=#55aa55] #I  #W #[fg=#556677]#[reverse]"
+set-option -g status-style fg='#ffffff',bg='#556677'
+set-option -g window-status-style fg='#ffffff',bg='#333333'
+set-option -g window-status-current-style fg='#556677',bg='#ffffff'
+set-option -g window-status-bell-style fg='#ffffff',bg='#ee2222'
+set-option -g window-status-separator " "
+set-option -g window-status-format " #I:#W #[reverse]#[fg=#556677]"
+set-option -g window-status-current-format " #W "
-set-option -g pane-border-format "[ #P ]"
+set-option -g pane-border-format " #P "
set-option -g pane-active-border-style fg='#ffffff'
-set-option -g pane-border-style fg='#556677'
+set-option -g pane-border-style fg='#556677'
# Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator