# HG changeset patch # User zegervdv # Date 1412576917 -7200 # Node ID f062b25a262eeb60628198ebb03da0bceceefb8b # Parent ce3f4f32d1b52fb075a5ab80b999c9b6dd186f69 Update tmux confs diff -r ce3f4f32d1b5 -r f062b25a262e tmux.conf --- a/tmux.conf Sun Oct 05 18:39:02 2014 +0200 +++ b/tmux.conf Mon Oct 06 08:28:37 2014 +0200 @@ -6,6 +6,9 @@ # act like vim setw -g mode-keys vi +set -g status-keys vi +bind-key -t vi-edit Up +bind-key -t vi-eidt Down bind h select-pane -L bind j select-pane -D bind k select-pane -U @@ -17,6 +20,8 @@ unbind C-b set -g prefix C-a +bind Escape copy-mode + # resize panes like vim # feel free to change the "1" to however many lines you want to resize by, only # one at a time can be slow