diff --git a/home/dot_config/tmux/tmux.conf b/home/dot_config/tmux/tmux.conf index 697a8d3..8727110 100644 --- a/home/dot_config/tmux/tmux.conf +++ b/home/dot_config/tmux/tmux.conf @@ -5,8 +5,8 @@ set -g history-limit 10000 set -g default-command $SHELL -unbind C-b -set -g prefix C-a +unbind C-b +set -g prefix C-a bind C-a send-prefix set -g default-terminal "$TERM" @@ -28,7 +28,7 @@ bind -n M-h select-pane -L bind -n M-l select-pane -R # Easy reloading of config -bind r source-file ~/.tmux.conf +bind r source-file ~/.config/tmux/tmux.conf # Mouse bindings. THIS IS AWESOME! set -g mouse on @@ -89,5 +89,9 @@ set-window-option -g window-status-bell-style fg=black,bg=red #base02, red # Set hyperlink support set -ga terminal-features "*:hyperlinks" -# Powerline -source /usr/share/powerline/bindings/tmux/powerline.conf +set -g status-interval 1 +set -g status-justify centre # center align window list +set -g status-left-length 20 +set -g status-right-length 140 +set -g status-left ' #[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]' +set -g status-right '#[fg=white,bg=default]%H:%M:%S #[default] #[fg=blue]%Y-%m-%d '