From 0a85941bf4e0303f4960f1f3e71a522e0c938e75 Mon Sep 17 00:00:00 2001 From: michener Date: Wed, 29 Dec 2010 18:05:19 +0000 Subject: [PATCH] Make tmux use vim keys for C-[ git-svn-id: http://photonzero.com/dotfiles/trunk@79 23f722f6-122a-0410-8cef-c75bd312dd78 --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 90900fe..e6a3674 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,6 +8,8 @@ bind-key C-n next-window bind-key C-p previous-window set -g set-titles off set -g default-terminal xterm-256color +setw -g mode-keys vi +setw -g utf8 on new -d