From: Stefan Huber Date: Mon, 26 Aug 2024 07:32:13 +0000 (+0200) Subject: tmux: Set mode-keys vi X-Git-Url: https://git.sthu.org/?a=commitdiff_plain;h=8e48749fb15c8fb371aeb2fed73adbdff33688f6;p=shutils.git tmux: Set mode-keys vi --- 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