This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.tmux.conf

16 lines
322 B
Plaintext

# File: .tmux.conf
# Author: Collin J. Doering <rekahsoft@gmail.com>
# Date: Jan 18, 2014
# Set prefix key to C-t instead of default C-b
unbind C-b
set -g prefix C-t
# 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