From 05d1c0b31b51b8bc704bd7577b96d9f2d1c26ede Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 30 Aug 2012 15:53:03 +0900 Subject: [PATCH] set tmux modekey type vi --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index 8a5702d..5d322fa 100644 --- a/tmux.conf +++ b/tmux.conf @@ -4,7 +4,7 @@ unbind C-b set -g prefix C-z bind-key C-z send-prefix bind-key C command-prompt "new-window '%%'" -#setw -g mode-keys vi +setw -g mode-keys vi set -g default-command /bin/bash #set -g default-terminal screen-256color