From ea8303013d63b93571f26c432a455a23f1575b0e Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 2 May 2012 16:26:23 +0900 Subject: [PATCH] vi like keybind in copymode of tmux --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index 58e2dd4..41939e4 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,3 +7,4 @@ set -g default-terminal screen-256color #set -g status-left "" #set -g status-right "#H | %a, %d %b %Y %T %z #(tmux -V)" set -g status-right "#H | #(tmux -V) " +setw -g mode-keys vi