Mercurial > dotfiles.old
changeset 137:f062b25a262e
Update tmux confs
author | zegervdv <zegervdv@me.com> |
---|---|
date | Mon, 06 Oct 2014 08:28:37 +0200 |
parents | ce3f4f32d1b5 |
children | 860548f92a96 |
files | tmux.conf |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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