• Home
  • Github Stars
  • Support

ρV

undefined project

  1. Home
Built with ❤️ using React Router.
linux
thonatos.yang@gmail.com
4/16/2025, 5:38:30 PM

设置 vim 为默认的 git editor

设置 vim 作为默认的 git editor 的方法是使用命令 git config --global core.editor "vim",设置完成后可在 .gitconfig 中查看。

Linux
Summary:
设置 vim 作为默认的 git editor 的方法是使用命令 git config --global core.editor "vim",设置完成后可在 .gitconfig 中查看。