fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Kevin Bowen :xfce:

A tiny tip

Do you use `set -o vi` in your shell and can't remember whether you are in insert or edit/cmd mode?

Add the following to your .inputrc to put an indicator at the beginning of your prompt to remind you.

# Add mode indicators to command line
set show-mode-in-prompt on
set vi-ins-mode-string "+"
set vi-cmd-mode-string ":"