Commit graph

5 commits

Author SHA1 Message Date
Paul Stemmet c815f5aa25
tmux: fix truecolor in tmux
So story time, I discovered :checkhealth in Neovim, and it gave a fairly
decent explanation of how to fix terminal truecolor support.

Namely, use `tmux-256color` (or `screen-256color`) for the
default-terminal, then force truecolor (Tc) in the terminal-overrides

It also mentioned that `focus-events` needs to be enabled for n/vim to
detect changes to its buffers. Notably, this allows vim to rerender
changed content when switching into a tmux pane containing a vim
session.
2022-10-02 18:59:17 +00:00
Paul Stemmet d16b5c69ca tmux/tmux: refactor to use source files
- plugins -> $PSOXIZSH/tmux/plugins.conf
- vim integration -> $PSOXIZSH/tmux/fragment/vim-movement.conf

We also allow the user to include personal settings via ~/.config/tmux/{early,late}.conf
which can include any of the fragments we collect!

C
2021-08-29 20:03:40 +01:00
psox 0f65a8e0ac Merge changes from baz 2020-07-11 14:59:08 +00:00
pSox 8fc693c1b8 added italic support to tmux 2020-06-19 19:25:45 +01:00
Paul Stemmet 70510003c5
Pstemmet/nvim tmux changes (#1)
* added tmux config

* part 2

* large improvements to vimrc
2020-06-09 21:41:11 +01:00
Renamed from etc/tmux.conf (Browse further)