fffe91a3d07872c57aaefea2557dba9f4a81c24c
David Blume Remap tmux prefix key. C-b...

David Blume authored 4 years ago

1) set -g prefix C-a
2) unbind C-b
3) bind C-a send-prefix
David Blume Add support for tmux; use p...

David Blume authored 4 years ago

4) set -g status-keys vi
5) set -g status-fg white
6) set -g status-bg colour235
7) set -g status-left-length 20
8) set -g status-left '#[fg=green][#S]#[default]'
9) set -g status-justify centre
10) set -g status-right '#[fg=green]%m/%d %H:%M#[default]'
David Blume Added vim style scrolling.

David Blume authored 4 years ago

11) setw -g mode-keys vi
David Blume Premature optimization: tur...

David Blume authored 4 years ago

12) setw -g automatic-rename off