GIT : 기본 Editor 설정.
git config --global core.editor
명령으로 어떤 Editor 를 사용할지 선택 가능함
git config --global core.editor "vim"
또는 .gitconfig
에 다음 내용 추가.
editor=vim
많은 경우, vim
이 아닌 Nano
로 되어있음.
관련하여 읽어보면 좋은 자료.
2023.01.10 - [Computer/Linux] - [Linux] Nano Editor 간단 사용법
https://ds31x.blogspot.com/2023/07/env-visual-studio-code-and-visual-studio.html
'Computer > ETC' 카테고리의 다른 글
[mkdocs] custom domain 사용하기. (0) | 2023.04.07 |
---|---|
[mkdocs] mkdocs build 등에서 특정 파일 카피 설정. (0) | 2023.04.07 |
[Etc] Chrome Remote Desktop으로 원격지원 받기. (0) | 2022.12.28 |
Round-off Error vs. Truncation Error (0) | 2022.09.22 |
Boltzmann’s Factor (or Boltzmann’s Distribution) (0) | 2022.06.09 |