Tweak tmux config
This commit is contained in:
parent
2c99828ef7
commit
a7c8b7c134
2 changed files with 8 additions and 8 deletions
|
@ -2,6 +2,6 @@
|
|||
|
||||
stow -t ~ bash
|
||||
stow -t ~ git
|
||||
#stow -t ~ tmux
|
||||
stow -t ~ tmux
|
||||
#stow -t ~ nvim
|
||||
#stow -t ~ editorconfig
|
||||
|
|
|
@ -3,7 +3,7 @@ bind r source-file ~/.tmux.conf \; display-message "Config reloaded..."
|
|||
|
||||
set -sg escape-time 0
|
||||
|
||||
set -g default-terminal "tmux-256color"
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# disable automatic window renaming
|
||||
set-window-option -g status-interval 1
|
||||
|
@ -12,16 +12,16 @@ set-window-option -g automatic-rename-format "#{pane_current_command}"
|
|||
set-window-option -g allow-rename off
|
||||
|
||||
# window status
|
||||
setw -g window-status-format "#[bg=colour241,fg=colour233]#I #(basename #{pane_current_path})→ #W"
|
||||
setw -g window-status-current-format "#[bg=colour245,fg=colour233,bold]#I #(basename #{pane_current_path})→ #W"
|
||||
setw -g window-status-format "#[bg=colour243,fg=colour233] #I #(basename #{pane_current_path})→#W "
|
||||
setw -g window-status-current-format "#[bg=colour250,fg=colour233,bold] #I #(basename #{pane_current_path})→#W "
|
||||
|
||||
# The statusbar
|
||||
set -g status-interval 2
|
||||
set -g status-position bottom
|
||||
set -g status-bg colour0
|
||||
set -g status-fg colour0
|
||||
set -g status-left '#[fg=colour240] (#S) '
|
||||
set -g status-right '#[fg=colour240,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M '
|
||||
set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-left '#[fg=colour250] (#S) '
|
||||
set -g status-right '#[fg=colour250,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M '
|
||||
set -g status-right-length 50
|
||||
set -g status-left-length 40
|
||||
set -g clock-mode-style 12
|
||||
|
|
Loading…
Reference in a new issue