gitでcommitするときに立ち上がるエディタが、
ubuntuだとデフォルトでnanoになっている。
viに変えたい場合は下記を実行すればよい。
git config --global core.editor "vi"
Go to list of users who liked
More than 5 years have passed since last update.
gitでcommitするときに立ち上がるエディタが、
ubuntuだとデフォルトでnanoになっている。
viに変えたい場合は下記を実行すればよい。
git config --global core.editor "vi"
Register as a new user and use Qiita more conveniently
Go to list of users who liked