From e970b41c2a8ffe89dc5581c2372badd766435552 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Thu, 8 Aug 2013 08:15:51 -0500 Subject: Updates tmux 4 vimbindings, and zshrc 4 node bins --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 33db53a..968a1d8 100644 --- a/tmux.conf +++ b/tmux.conf @@ -35,6 +35,10 @@ set -g visual-activity on # Vi keys in copy mode. setw -g mode-keys vi +bind -r k run-shell 'tmux select-pane -U' +bind -r j run-shell 'tmux select-pane -D' +bind -r h run-shell 'tmux select-pane -L' +bind -r l run-shell 'tmux select-pane -R' # Set color mode. set -g default-terminal "screen-256color" -- cgit