.VIMRC 파일 확장자
Vim Runtime Configuration File
| 개발사 | 해당 없음 |
| 인기도 |
3.7 | 7 투표 |
VIMRC 파일이란 무엇인가요?
Settings file used by Vim, a text editing program often used by source code developers and system administrators; saves the default settings for the editor when it is opened; allows users to customize options for the editor.
추가 정보
VIMRC files are saved in a plain text format. They store a series of instructions, each of which can be run manually in the Vim editor by typing a colon ":" character and entering the command. Common settings include text indentation properties and window and font colors.
On Unix-based systems (Linux, Mac OS X, etc.), VIMRC files are saved to the user's home directory as a hidden file with no filename prefix (~/.vimrc).
참고: gVim, the Windows Vim editor, uses a file with the name _vimrc instead of .vimrc.