dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
977 stars 49 forks source link

Improve tmux detection #104

Open phcerdan opened 11 months ago

phcerdan commented 11 months ago

"tmux" might not always appear in $TERM (info).

Check for "$TMUX" env variable or "tmux" in "$TERM_PROGRAM"

Tested to work when TERM inside tmux is set to "xterm-kitty"