diff tmux.conf @ 137:f062b25a262e

Update tmux confs
author zegervdv <zegervdv@me.com>
date Mon, 06 Oct 2014 08:28:37 +0200
parents aeb4af7c7fb6
children e037d9b797eb
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