I switched from Solarized to Selenized colorscheme and noticed some
things have changed in tmux and terminals since I last looked. For
starters, it seems that, if your terminal emulator is configured to
use the sixteen color ANSI palette with Selenized values, then you
should configure vim and other apps to use sixteen colors instead
of approximating "more" with 256. I will update my vim config to use
sixteen colors also.
Eventually, once all the systems I use have newer terminfo, I will
be able to set the TERM variable inside tmux to be "tmux" instead
of pretending to be screen. For now, at least CentOS 7 doesn't like
the "tmux" TERM value so I will leave this
See: https://github.com/jan-warchol/selenized/issues/65
Then it appears tmux uses the user's default shell on the system,
ie the one set in /etc/passwd (or via chsh).
Signed-off-by: Alan Orth <alan.orth@gmail.com>
I'm all for zero-based indexes, but this doesn't really make sense
on the keyboard as the numbers start at 1. :)
Great tip from https://mutelight.org/practical-tmux
Makes tmux feel more responsive, like when you enter copy mode you
can immediately start paging up and down; before tmux would wait a
second or so for other escape characters.