]> git.donarmstrong.com Git - home-base.git/blob - .tmux.conf
add words to ispell_default
[home-base.git] / .tmux.conf
1 set-option -g default-terminal "screen-256color"
2 set-window-option -g xterm-keys on
3 # use ctrl-a instead of c-b
4 set -g prefix C-a
5 unbind C-b
6 bind C-a send-prefix
7
8 # force a reload of the config file
9 unbind r
10 bind r source-file ~/.tmux.conf
11
12 # quick pane cycling
13 unbind ^A
14 bind ^A select-pane -t :.+