aboutsummaryrefslogtreecommitdiff
path: root/tmux.conf
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-08-08 08:15:51 -0500
committerBen Beltran <ben@freshout.us>2013-08-08 08:15:51 -0500
commite970b41c2a8ffe89dc5581c2372badd766435552 (patch)
treec85483fd5d6a7d2ed2cf5eccf09d90703aaa11db /tmux.conf
parent578285954ffe2c5916dd52ba6817ab1b45655655 (diff)
Updates tmux 4 vimbindings, and zshrc 4 node bins
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf4
1 files changed, 4 insertions, 0 deletions
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"