Skip to content

Instantly share code, notes, and snippets.

@biocyberman
Last active April 1, 2016 23:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biocyberman/ef4e46df68b6873ffaea64ae2cf7189f to your computer and use it in GitHub Desktop.
Save biocyberman/ef4e46df68b6873ffaea64ae2cf7189f to your computer and use it in GitHub Desktop.
running ediff over byobu ssh sessions has poor colors. I can't see color markings, therefore it's difficult to do diff and merge.
For emacs itself
https://gist.github.com/choppsv1/e8198df70cb1778b04d6 (Managed to improved color without this patch)
remove ubuntu tmux
tmux upgrade from github https://github.com/tmux/tmux. Also need to compile and install http://libevent.org/ for tmux
For bybou
Must: tmux backend
Enable true color for gnome-terminal
add ppa
http://askubuntu.com/questions/512525/how-to-enable-24bit-true-color-support-in-gnome-terminal
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get install gnome-terminal
some additional fonts for better non-english display:
sudo apt-get install ttf-liberation ttf-dejavu xfonts-terminus xfonts-terminus-oblique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment