diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -165,6 +165,10 @@ set -g status-right-length 100 # vim mode keys setw -g mode-keys vi +# battery information in status bar +set status-interval 40 +set -g status-right "#[fg=colour155]#(apm -l)%% | #[fg=colour45]%d %b %R" + # ## Smart pane switching with awareness of Vim splits. ## See: https://github.com/christoomey/vim-tmux-navigator |