From 671a1fceb8ea6d1fd84351b5c2b44e7d605e1c34 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 28 Jan 2016 14:58:19 -0500 Subject: Trim tmux configuration --- .tmux.conf | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 3aca3a99..4d322c9f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,19 +12,8 @@ set -g default-terminal 'screen-256color' # Start windows at 1 rather than 0 set -g base-index 1 -# Tab bar status line +# Status line on top set -g status-position top -set -g status-left ' #S ' -set -g status-left-fg black -set -g status-left-bg white -set -g window-status-separator '' -set -g window-status-format ' #W ' -set -g window-status-current-format ' #W ' -set -g window-status-current-fg green -set -g window-status-current-bg black -set -g status-right ' %Y-%m-%d %H:%M ' -set -g status-right-fg black -set -g status-right-bg white # Create new windows in same directory bind t new-window -c '#{pane_current_path}' -- cgit 1.4.1