summaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2011-03-23 22:20:22 -0400
committerMike Crute <mike@crute.us>2011-03-23 22:20:22 -0400
commitaf4317aa8e0e4e76876913075fb6a6898cdc0239 (patch)
treec1106568cc6f92e041f4100e9beb612fb4595217 /.tmux.conf
parentd104e89369835a94d4a06de496611e19233d2e31 (diff)
downloaddotfiles-af4317aa8e0e4e76876913075fb6a6898cdc0239.tar.bz2
dotfiles-af4317aa8e0e4e76876913075fb6a6898cdc0239.tar.xz
dotfiles-af4317aa8e0e4e76876913075fb6a6898cdc0239.zip
Adding tmux config
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644
index 0000000..cde9638
--- /dev/null
+++ b/.tmux.conf
@@ -0,0 +1,8 @@
1# Fix terminal colors
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