Hi, On Thu, Feb 15, 2024 at 8:48 AM Philip Chung <philipchung1...@yahoo.com> wrote: > The mode-keys option is no longer being set to vi based on the EDITOR > environment variable.
Seems to work fine for me. How are you exporting the environment variable? % unset EDITOR % tmux -S /tmp/tmux-test -f /dev/null new -d \; show -g mode-keys \; kill-server mode-keys emacs % export EDITOR=/usr/bin/vi % tmux -S /tmp/tmux-test -f /dev/null new -d \; show -g mode-keys \; kill-server mode-keys vi % -- Romain Francoise <rfranco...@debian.org> https://people.debian.org/~rfrancoise/