David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
faf66cd
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.tmux.conf
Premature optimization: turn off automatic window renaming as per https://github.com/tmux/tmux/wiki/FAQ
David Blume
commited
faf66cd
at 2020-06-23 14:25:39
.tmux.conf
Blame
History
Raw
set -g status-keys vi set -g status-fg white set -g status-bg colour235 set -g status-left-length 20 set -g status-left '#[fg=green][#S]#[default]' set -g status-justify centre set -g status-right '#[fg=green]%m/%d %H:%M#[default]' setw -g automatic-rename off setw -g window-status-current-format '#[fg=yellow]#I:#F#T#[default]' setw -g window-status-format '#I:#F#W'