summary refs log tree commit diff
path: root/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf16
1 files changed, 9 insertions, 7 deletions
diff --git a/tmux.conf b/tmux.conf
index 7065dd0..01f7ce2 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -1,14 +1,12 @@
 # .tmux.conf
 
+set-option -sa terminal-overrides ",xterm*:Tc"
+
 set -g default-command "${SHELL}"
 set -g history-limit 500000
-set -g status-right "#{host} - %Y-%m-%d %H:%M"
 set -s default-terminal "screen-256color"
 set -gs escape-time 0
 set -g allow-rename off
-bind r source-file ~/.tmux.conf
-bind-key C-r command-prompt "new-session -s %1 ssh %1 \; set-option default-command \"ssh %1\""
-bind-key C-m command-prompt "new-session -s %1 ssh %1 \; set-option default-command \"mosh %1\""
 set -g mouse on
 
 unbind C-b
@@ -18,13 +16,17 @@ bind C-x send-prefix
 set -g set-titles on
 set -g base-index 1
 setw -g pane-base-index 1
+set-option -g renumber-windows on
+set -g status-interval 5
+set -g focus-events on
+set -g display-time 4000
 
 
 bind c new-window -c "#{pane_current_path}"
+bind '"' split-window -v -c "#{pane_current_path}"
+bind % split-window -h -c "#{pane_current_path}"
+setw -g aggressive-resize on
 
-######################
-### DESIGN CHANGES ###
-######################
 
 # loud or quiet?
 set -g visual-activity off