From 8b71cb423f7eab940907966a846f84f7498ac3a9 Mon Sep 17 00:00:00 2001 From: Kevin Cotugno Date: Thu, 26 Mar 2020 17:55:32 -0700 Subject: [PATCH] Set mode-key vi for tmux --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 69478dd..43c90ab 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -4,6 +4,7 @@ set -g prefix C-k set -g escape-time 20 set -g mouse on set -g history-limit 1000000 +set -g mode-key vi bind-key C-k send-prefix unbind C-b