summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2011-03-31 16:00:54 -0400
committerMike Crute <mike@crute.us>2011-03-31 16:00:54 -0400
commit22c232c43e244da6b3d6ad4da5b70639f97ded63 (patch)
tree360e78c8102223e54c89027e1d651bc17942c3eb /.tmux.conf
parent10eaee057e168dd776ab5c2e95656c2d0a797729 (diff)
downloaddotfiles-22c232c43e244da6b3d6ad4da5b70639f97ded63.tar.bz2
dotfiles-22c232c43e244da6b3d6ad4da5b70639f97ded63.tar.xz
dotfiles-22c232c43e244da6b3d6ad4da5b70639f97ded63.zip
Adapting things for tmux
Diffstat (limited to '.tmux.conf')
l---------[-rw-r--r--].tmux.conf9
1 files changed, 1 insertions, 8 deletions
diff --git a/.tmux.conf b/.tmux.conf
index cde9638..d7570cd 100644..120000
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,8 +1 @@
1# Fix terminal colors .tmux/tmux.conf \ No newline at end of file
2set -g default-terminal "screen-256color"
3set -g terminal-overrides "*256col*:colors=256"
4
5# Prefer Screen-like Key Bindings
6set -g prefix C-a
7bind C-a send-prefix
8unbind C-b