home.social

#33ff33 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #33ff33, aggregated by home.social.

  1. Interesting update: tmux 3.6

    The newly-added "prompt-cursor-colour" option seems to take effect, even if you haven't set it. And, after showing tmux's command prompt, the default colour of the cursor there gets carried over to our regular cursor if "cursor-colour" (added in 3.3) is not set.

    So my ~/.tmux.conf file has these two new lines:

    set-option -g cursor-colour "#33FF33"
    set-option -g prompt-cursor-colour "#FFFFFF"

    Also new to style the prompt:

    set -g message-style "bg=blue,fg=white"