diff options
| author | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:55:41 -0800 |
|---|---|---|
| committer | Franck Cuny <franckcuny@gmail.com> | 2016-02-22 13:55:41 -0800 |
| commit | 246a02e604e9314b58b664cd47684fbbcacb94b1 (patch) | |
| tree | d0c0fdb79d32e02c6b88a6500cdb32c9ab414e68 /tmux.conf | |
| parent | [emacs] move functions for pants to it's own file (diff) | |
| download | emacs.d-246a02e604e9314b58b664cd47684fbbcacb94b1.tar.gz | |
[tmux] small changes to the status line
Diffstat (limited to 'tmux.conf')
| -rw-r--r-- | tmux.conf | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,8 +6,11 @@ setw -g aggressive-resize on # emacs binding set -gw mode-keys emacs -bind 2 split-window -v -bind 3 split-window -h # status set -g status on + +set-option -g status-left-length 25 +set-option -g status-left '#h:#S |' +set-option -g status-right ' | %Y-%m-%d %H:%M' + |
