From: Don Armstrong Date: Mon, 16 Sep 2013 18:52:02 +0000 (-0700) Subject: add tmux.conf X-Git-Url: https://git.donarmstrong.com/?p=home-base.git;a=commitdiff_plain;h=e0fee9c27940a27863a3f88e108265c289a28765 add tmux.conf --- diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..d77a427 --- /dev/null +++ b/.tmux.conf @@ -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