tmux.conf cleaning

This commit is contained in:
Bartek Stalewski 2021-04-17 00:24:09 +02:00
parent e3b91a40ee
commit 32af03e07c

View file

@ -1,9 +1,8 @@
set -g default-terminal "xterm-256color"
set -g base-index 1
set -g renumber-windows on
set -g set-titles on
set -g mouse off set -g mouse off
set -sg escape-time 0 set -g set-titles on
set -g default-terminal "xterm-256color"
set -g monitor-activity on
set -g renumber-windows on
setw -g aggressive-resize on setw -g aggressive-resize on
setw -g automatic-rename on setw -g automatic-rename on
@ -11,32 +10,23 @@ setw -g automatic-rename on
unbind-key S unbind-key S
set -g prefix C-a set -g prefix C-a
bind a send-prefix bind a send-prefix
bind : command-prompt
bind " " next-window
bind c new-window bind c new-window
bind d detach bind d detach
bind ^C new-window bind ^C new-window
bind ^D detach bind ^D detach
bind : command-prompt
bind " " next-window
bind | split-window -h bind | split-window -h
bind - split-window -v bind - split-window -v
# status line # status line
set -g status "on" set -g status "on"
set -g status-position top set -g status-position top
set -g status-style "none,bg=default" set -g status-style "bg=default"
set -g status-justify "left"
set -g status-left-style "none"
set -g status-right-style "none"
set -g status-left-length "100"
set -g status-right-length "100"
set -g pane-border-style "fg=black"
set -g pane-active-border-style "fg=cyan"
set -g message-style "fg=default,bg=default" set -g message-style "fg=default,bg=default"
set -g message-command-style "fg=default,bg=default" set -g message-command-style "fg=default,bg=default"
set -g status-left "" set -g status-left ""
set -g status-right "#[fg=cyan] #h " set -g status-right "#[fg=cyan] #h "
setw -g window-status-style "none,fg=default,bg=default"
setw -g window-status-separator "" setw -g window-status-separator ""
setw -g window-status-activity-style "none" setw -g window-status-format "#{?window_activity_flag,#[fg=magenta],#[fg=default,bg=default]} #W "
setw -g window-status-format "#[fg=default,bg=default] #W "
setw -g window-status-current-format "#[fg=black,bg=cyan] #W " setw -g window-status-current-format "#[fg=black,bg=cyan] #W "