From c345b99705784eb945ae230d2e235b80abe8cf96 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Mon, 4 Aug 2025 13:58:39 +0100 Subject: [PATCH] Add tmux vi mode --- base/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/.tmux.conf b/base/.tmux.conf index bf719dc..3139671 100644 --- a/base/.tmux.conf +++ b/base/.tmux.conf @@ -1,5 +1,7 @@ run-shell ~/.tmux/plugins/tmux-fingers/tmux-fingers.tmux +set -g mode-keys vi + set-option -g prefix C-space set -g mouse off