From e0fee9c27940a27863a3f88e108265c289a28765 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 16 Sep 2013 11:52:02 -0700 Subject: [PATCH 1/1] add tmux.conf --- .tmux.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .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 -- 2.39.2