From c206b1fd161786c0f6278222fedde3b46300e33c Mon Sep 17 00:00:00 2001 From: Mike Cugini Date: Sat, 12 Apr 2014 16:12:36 -0400 Subject: [PATCH] add tmux config --- tmux.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..8447e20 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,16 @@ +#setup 256 color +set -g default-terminal "screen-256color" + +#increase scrollback +set -g history-limit 10000 + +# utf8 support +set-window-option -g utf8 on + +#set vim keybindings +setw -g mode-keys vi + +#shorten command delay +set -sg escape-time 1 + +# status bar configuration