David Blume's GitList
Repositories
dotfiles.git
Code
Commits
Branches
Tags
Search
Tree:
30122f3
Branches
Tags
main
pathogen
remove-vim-airline
vim-airline-disabled
vim-powerline
dotfiles.git
.tmux.conf
Remove status-utf8 config, as its no longer supported or needed.
David Blume
commited
30122f3
at 2020-06-23 14:11:03
.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 window-status-current-format '#[fg=yellow]#I:#F#T#[default]' setw -g window-status-format '#I:#F#W'