Configuration file named Ubuntu VIMRC in Fedora, the configuration file for vim is stored in the/etc directory, the profile name is Ubuntu VIMRC in the terminal enter the following command to edit Ubuntu VIMRC profile: sudo vim/etc/vim/vimrc or sudo gedit/etc/vim/vimrc
AD:
Ubuntu vim after a long time of development, here I publish a personal understanding, below this is to speak of the operation of Ubuntu vim. The following settings for Ubuntu vim apply to Ubuntu and Fedora Systems, other systems are not validated in Ubuntu vim configuration files are stored in the/etc/vim directory,
Configuration file named Ubuntu VIMRC in Fedora, the configuration file for vim is stored in the/etc directory, the profile name is Ubuntu VIMRC in the terminal enter the following command to edit Ubuntu VIMRC profile: sudo vim/etc/vim/vimrc or sudo gedit/etc/vim/vimrc
1, Ubuntu vim display line number
Add a new line at the end of the file, enter set Nu
2. Ubuntu VIM Syntax highlighting
In the file, find "syntax on this line, remove the preceding double quotes", double quotation marks are the meaning of the comment
3. Ubuntu Vim Auto Indent
Add a line at the end of the file, enter set Autoindent to add a row, enter set cindent where autoindent is automatically indented, and cindent is automatically indented for the C language syntax
Note: If you set the above settings, VIM does not make the corresponding action, then please upgrade your vim to the latest version, generally as long as the terminal input the following command: sudo apt-get install vim
"Editor's recommendation"
- Ubuntu Vim Grammar Set auto indent
- Ubuntu VIM configuration file and system installation
- Ubuntu VIMRC configuration file storage
- Ubuntu Linux system Boom even if you don't know, you can get addicted.
- Introduction to the use of Ubuntu Linux server operating system
Ubuntu VIM Display line number syntax highlighting auto indent