メインコンテンツまでスキップ

Git

gitで使用するエディタをvimにする

git config --global core.editor vim

git branch でvimを使用しない

git config --global pager.branch 'false'