mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

サーバーでgitしたとき立ち上がるエディタはnanoなのか。

コンソールではvimの方が楽だなあ。

@taiyo Ubuntuでしたらupdate-alternativesコマンドでシステム全体のデフォルトのエディタを変えられます

$ sudo apt install vim-nox
$ sudo update-alternatives --set editor /usr/bin/vim.nox

gitは、GIT_EDITOR環境変数やEDITOR環境変数が設定してあれば、そちらに従うようです
https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables

git-scm.comGit - Environment Variables
zunda

@taiyo GUIを使わないvimのうち一番機能が豊富なものだったと思います(そういえば確認してない…)。機能を削ってサイズの小さいaptパッケージvim-tinyとかもあったと思います。あ、現在入ってるvimでよければ、それをupdate-alternativesで指定するだけで良いと思います