tmux.conf cleaning
This commit is contained in:
parent
a10a3ec8bc
commit
600fff1dae
@ -13,44 +13,31 @@ unbind-key S
|
|||||||
#
|
#
|
||||||
set -g prefix C-a
|
set -g prefix C-a
|
||||||
bind a send-prefix
|
bind a send-prefix
|
||||||
bind ^X lock-server
|
|
||||||
bind x lock-server
|
|
||||||
bind : command-prompt
|
bind : command-prompt
|
||||||
bind ^C new-window
|
|
||||||
bind c new-window
|
|
||||||
bind ^N next-window
|
|
||||||
bind n next-window
|
|
||||||
bind ^P next-window
|
|
||||||
bind p next-window
|
|
||||||
bind ^[ copy-mode
|
|
||||||
bind [ copy-mode
|
|
||||||
bind ^D detach
|
|
||||||
bind d detach
|
|
||||||
bind " " next-window
|
bind " " next-window
|
||||||
bind w command-prompt "rename-window %%"
|
bind c new-window
|
||||||
bind ^L choose-window
|
bind d detach
|
||||||
bind l choose-window
|
bind ^C new-window
|
||||||
bind ^K kill-window
|
bind ^D detach
|
||||||
bind k kill-window
|
|
||||||
bind | split-window -h
|
bind | split-window -h
|
||||||
bind - split-window -v
|
bind - split-window -v
|
||||||
|
|
||||||
### COLORS
|
### COLORS
|
||||||
set -g status-justify "left"
|
|
||||||
set -g status "on"
|
set -g status "on"
|
||||||
set -g status-left-style "none"
|
|
||||||
set -g message-command-style "fg=colour252,bg=colour240"
|
|
||||||
set -g status-right-style "none"
|
|
||||||
set -g pane-active-border-style "fg=colour117"
|
|
||||||
set -g status-style "none,bg=colour238"
|
set -g status-style "none,bg=colour238"
|
||||||
set -g message-style "fg=colour252,bg=colour240"
|
set -g status-justify "left"
|
||||||
set -g pane-border-style "fg=colour240"
|
set -g status-left-style "none"
|
||||||
set -g status-right-length "100"
|
set -g status-right-style "none"
|
||||||
set -g status-left-length "100"
|
set -g status-left-length "100"
|
||||||
setw -g window-status-activity-style "none"
|
set -g status-right-length "100"
|
||||||
setw -g window-status-separator ""
|
set -g pane-border-style "fg=colour240"
|
||||||
setw -g window-status-style "none,fg=colour248,bg=colour238"
|
set -g pane-active-border-style "fg=colour117"
|
||||||
|
set -g message-style "fg=colour252,bg=colour240"
|
||||||
|
set -g message-command-style "fg=colour252,bg=colour240"
|
||||||
set -g status-left "#[fg=colour238,bg=colour117] #S #[fg=colour117,bg=colour238,nobold,nounderscore,noitalics]"
|
set -g status-left "#[fg=colour238,bg=colour117] #S #[fg=colour117,bg=colour238,nobold,nounderscore,noitalics]"
|
||||||
set -g status-right "#[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour240] #(uptime | awk -F'average.*: ' '{print $2}') #[fg=colour244,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour238,bg=colour244] #h "
|
set -g status-right "#[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour247,bg=colour240]#[fg=colour244,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour238,bg=colour244] #h "
|
||||||
|
setw -g window-status-style "none,fg=colour248,bg=colour238"
|
||||||
|
setw -g window-status-separator ""
|
||||||
|
setw -g window-status-activity-style "none"
|
||||||
setw -g window-status-format "#[fg=colour248,bg=colour238] #I #[fg=colour248,bg=colour238] #W "
|
setw -g window-status-format "#[fg=colour248,bg=colour238] #I #[fg=colour248,bg=colour238] #W "
|
||||||
setw -g window-status-current-format "#[fg=colour238,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour252,bg=colour240] #I #[fg=colour252,bg=colour240] #W #[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]"
|
setw -g window-status-current-format "#[fg=colour238,bg=colour240,nobold,nounderscore,noitalics]#[fg=colour252,bg=colour240] #I #[fg=colour252,bg=colour240] #W #[fg=colour240,bg=colour238,nobold,nounderscore,noitalics]"
|
||||||
|
Loading…
Reference in New Issue
Block a user