From 8e48749fb15c8fb371aeb2fed73adbdff33688f6 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 26 Aug 2024 09:32:13 +0200 Subject: [PATCH] tmux: Set mode-keys vi --- dotfiles/tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/tmux/.tmux.conf b/dotfiles/tmux/.tmux.conf index d6c5773..78ac6ed 100644 --- a/dotfiles/tmux/.tmux.conf +++ b/dotfiles/tmux/.tmux.conf @@ -3,6 +3,8 @@ set -g default-terminal "xterm-256color" set -g mouse on +setw -g mode-keys vi + set-window-option -g xterm-keys on # Pass escape immediately to vim -- 2.39.5