From 90f5ecae6f07c3db1cb67c595da65ea55a53da50 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Sat, 6 Aug 2022 01:41:31 -0400 Subject: [PATCH] add vi mode for tmux --- config/tmux/.tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/tmux/.tmux.conf b/config/tmux/.tmux.conf index 7193744..14b8749 100644 --- a/config/tmux/.tmux.conf +++ b/config/tmux/.tmux.conf @@ -6,6 +6,9 @@ bind-key C-a send-prefix # emulate a color terminal emulator set -g default-terminal "xterm-256color" +# vi mode +setw -g mode-keys vi + # unset the annoying delay set -sg escape-time 0