From b3ff4a2ad8a4841e24b42787617c67043cfb4f30 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 30 Mar 2022 03:38:30 +0200 Subject: [PATCH] tmux: Always vi-style copy-mode bindings --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 2f65246..7dbfff0 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,6 @@ set -g default-terminal "tmux-256color" set -g mouse on +set -g mode-keys vi # https://github.com/neovim/neovim/wiki/FAQ#cursor-shape-doesnt-change-in-tmux set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'