# File: .tmux.conf # Author: Collin J. Doering # Date: Jan 18, 2014 # Set prefix key to C-t instead of default C-b unbind C-b set -g prefix C-t ;; Mimic 256 colors set -g default-terminal "screen-256color" # Toggle last window like screen bind-key C-t last-window # session initialization new -s default -n zsh zsh neww -n weechat weechat-curses selectw -t 1