From e98471a7335535033ae76ec25b3a36315d654df7 Mon Sep 17 00:00:00 2001 From: Wryn Wagner Date: Fri, 26 Feb 2021 13:39:30 -0700 Subject: [PATCH] Force VI mode --- config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 2cfab91..b73d52b 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -13,6 +13,8 @@ set -g default-terminal "tmux-256color" # force utf-8 setw -gq utf8 on +# force vi +set-window-option -g mode-keys vi # disable mouse-mode set -g mouse off