From 4fa7b53578850b690abf54d353e47f438d7b1c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo-Pekka=20Kerkel=C3=A4?= Date: Wed, 28 Sep 2016 20:37:38 +0300 Subject: [PATCH] add vim keys to tmux --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index c324c53..6ac82d0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -10,3 +10,5 @@ unbind ^A bind ^A select-pane -t :.* bind e copy-mode + +set-window-option -g mode-keys vi