]> git.donarmstrong.com Git - home-base.git/blobdiff - .tmux.conf
add tmux.conf
[home-base.git] / .tmux.conf
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