]> git.donarmstrong.com Git - home-base.git/commitdiff
add tmux.conf
authorDon Armstrong <don@donarmstrong.com>
Mon, 16 Sep 2013 18:52:02 +0000 (11:52 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 16 Sep 2013 18:52:02 +0000 (11:52 -0700)
.tmux.conf [new file with mode: 0644]

diff --git a/.tmux.conf b/.tmux.conf
new file mode 100644 (file)
index 0000000..d77a427
--- /dev/null
@@ -0,0 +1,14 @@
+set-option -g default-terminal "screen-256color"
+set-window-option -g xterm-keys on
+# use ctrl-a instead of c-b
+set -g prefix C-a
+unbind C-b
+bind C-a send-prefix
+
+# force a reload of the config file
+unbind r
+bind r source-file ~/.tmux.conf
+
+# quick pane cycling
+unbind ^A
+bind ^A select-pane -t :.+
\ No newline at end of file