From be83fd4938dabfb4eb1bee6ded10365c202c7112 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Wed, 17 Jan 2018 22:48:06 -0500 Subject: Inital Commit --- tmux/.tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..dd48b06 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,11 @@ +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +bind-key | split-window -h +bind-key - split-window -v + +bind j select-pane -D +bind k select-pane -U +bind h select-pane -L +bind l select-pane -R -- cgit v1.1