From e081df3d7725756609e42326623fa0c01638f15c Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Tue, 26 Mar 2013 16:55:40 -0400 Subject: Further tmux customizations --- .tmux.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index d615981..42e2c27 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,6 +9,8 @@ bind C-k confirm kill-window bind k confirm kill-window bind K confirm kill-server bind C-K confirm kill-server +bind t send-prefix +bind C-t send-prefix # Enable the mouse setw -g mode-mouse on @@ -22,3 +24,16 @@ set -g base-index 0 set-option -g set-titles on # [session:window-name host] command set-option -g set-titles-string '[#S:#I #H] #W' + +# Resize when possible +setw -g aggressive-resize on + +# emacs key bindings +set -g mode-keys emacs +set -g status-keys emacs + +# active window colour in status +set -g window-status-current-bg white +set -g window-status-current-fg magenta +set -g window-status-bell-bg red +set -g window-status-bell-fg yellow -- cgit v1.2.3