Recent Posts
Recent Comments
변군이글루
[Ubuntu] 우분투 기본 에디터 변경하기 본문
우분투 기본 에디터 변경하기
update-alternatives --config editor
$ sudo update-alternatives --config editor
대체 항목 editor에 대해 (/usr/bin/editor 제공) 4개 선택이 있습니다.
선택 경로 우선순위 상태
------------------------------------------------------------
* 0 /bin/nano 40 자동 모드
1 /bin/ed -100 수동 모드
2 /bin/nano 40 수동 모드
3 /usr/bin/vim.basic 30 수동 모드
4 /usr/bin/vim.tiny 15 수동 모드
Press <enter> to keep the current choice[*], or type selection number: 3
update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in manual mode
'* 리눅스' 카테고리의 다른 글
[VMware] ESXi 7.x에서 호스트 서버 시간 설정 (0) | 2021.02.04 |
---|---|
[VMware] ESXi 7.x에서 SNMP 활성화 (0) | 2021.02.04 |
[Ubuntu] 우분투 기본 에디터 변경하기 (0) | 2021.02.01 |
[명령어] history 명령어 (1) | 2021.01.28 |
[GIT] 깃 태그(git tag) 생성, 삭제 (0) | 2021.01.27 |
[GIT] 깃 브랜치(git branch) 생성, 삭제 (0) | 2021.01.27 |
- Tag
- editor, nano, ubuntu, Ubuntu default EDITOR 설정, ubuntu_editor, vim, 에디터, 우분투, 우분투 에디터 설정
0 Comments