vi1 우분투(ubuntu) vim 설치 및 환경 설정 앞에서 설명했지만 최소설치를 해서 vi 편집기가 없어 vim을 설치하고 환경설정 값으로 많이 설정하는 값을 써 놓았습니다.환경설정 값은 보시고 수정하면서 사용하시면 될 것 같습니다. root@ubuntu:~# apt install -y vimroot@ubuntu:~# vi ~/.vimrc" use extended feature of vim (no compatible with vi)set nocompatible" specify character encodingset encoding=utf-8" specify file encodingset fileencodings=utf-8" specify file formatsset fileformats=unix,dos" take backup" opposite is [.. 2025. 7. 22. 이전 1 다음