mstdn.maud.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
The place to express your ❤️ more freely. / あなたの「すき」をもっと自由に書き表すための場所。

Administered by:

Server stats:

345
active users

sudo らずに使って、
:w !sudo tee % > /dev/null
とかで保存するとか。

% は今開いてる buffer のファイル名になるのと、vim の command は !comm で外部コマンド呼び出しになるので、:w の書き込み先をファイルの代わりに pipe 開いて sudo で起動した tee に渡して開いてるファイルに上書きする、みたいな挙動