diff options
Diffstat (limited to 'tmux/.tmux.conf')
| -rw-r--r-- | tmux/.tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index a23dac9..60ce1c0 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,6 +34,7 @@ set -g status-style "fg=black,bg=colour34" bind-key 'Up' select-pane -P 'fg=white,bg=black' bind-key 'Down' select-pane -P 'fg=black,bg=white' +set -g status-right "%Y-%m-%d %H:%M" bind-key ] run "sh ~/.dotfiles/tmux/paste.sh" |
