summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
authorFranck Cuny <franckcuny@gmail.com>2016-07-03 13:25:00 -0700
committerFranck Cuny <franckcuny@gmail.com>2016-07-03 13:25:00 -0700
commit9331040ac77b2242ac90e652434e69084ca99bbb (patch)
tree9eb7e3c08ecadfb259955f1e6f82252936acf21d /tmux.conf
parent[bash] Add a few more aliases. (diff)
downloademacs.d-9331040ac77b2242ac90e652434e69084ca99bbb.tar.gz
[tmux] remove a few options.
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/tmux.conf b/tmux.conf
index 393c7bc..8f73552 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -9,17 +9,3 @@ set -gw mode-keys emacs
 
 # status
 set -g status on
-
-set -g status-left-length 50
-set -g status-right-length 50
-set-option -g status-left '#h:[#S]'
-
-set -g status-right "%H:%M %d-%h-%Y"
-setw -g window-status-current-format "|#I:#W|"
-set-window-option -g automatic-rename off
-
-# listen to alerts from all windows
-set -g bell-action any
-
-new-session -s work
-new-session -s personal