tmux: Always vi-style copy-mode bindings

This commit is contained in:
2022-03-30 03:38:30 +02:00
parent 87c804f2e1
commit b3ff4a2ad8

View File

@@ -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'