문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| linux:editor [2022/10/23 15:19] – 만듦 taekgu | linux:editor [2025/04/15 10:05] (현재) – 바깥 편집 127.0.0.1 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| + | ====== Ubuntu 기본Editor 변경 ====== | ||
| + | <code bash> | ||
| + | sudo update-alternatives --config editor | ||
| + | </ | ||
| + | |||
| + | ===== git Commit Editor변경 ===== | ||
| + | <code bash> | ||
| + | git config --list | ||
| + | git config --global core.editor vim | ||
| + | </ | ||