User Tools

Site Tools


apple

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
apple [2024/02/07 13:02] – [Configuration] dblumeapple [2024/04/26 20:44] (current) – [BSD vs. Linux commands] add tmux-256color dblume
Line 75: Line 75:
 Log out of that console window and log back in again. Log out of that console window and log back in again.
  
 +==== tmux and "tmux-256color" ====
 +
 +We set tmux to set $TERM to "tmux" so that neovim's highlight can include italics. And we bump it to "tmux-256color" so that VisiData can make use of all its colors. (Dot plot AirPassengers.csv but don't set the month column to any format.)
 +
 +VisiData will complain it "could not find terminfo database". So we [[https://gist.github.com/nicm/ea9cf3c93f22e0246ec858122d9abea1?permalink_comment_id=4206886#gistcomment-4206886|manually use the one provided by a tmux developer]]...
 +
 +  curl -O "https://gist.github.com/nicm/ea9cf3c93f22e0246ec858122d9abea1/raw/37ae29fc86e88b48dbc8a674478ad3e7a009f357/tmux-256color"
 +  sudo tic -x tmux-256color
 +
 +That should install the database into /usr/share/terminfo
  
 ===== Tips ===== ===== Tips =====
apple.1707339730.txt.gz · Last modified: 2024/02/07 13:02 by dblume