From e5f54098c93964e75290e93bb249e5c0575921a1 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Sun, 1 Aug 2021 15:53:02 +1200 Subject: [PATCH] fix(tmux): vi mode best mode --- tmux/.config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index db63b7d..cd764e2 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -6,6 +6,9 @@ unbind C-b set -g prefix C-a bind C-a send-prefix +# vi mode best mode +set -g mode-keys vi + # reload config file bind r source-file ~/.config/tmux/tmux.conf \; display-message " ✱ tmux.conf is reloaded"