Thoughts by myself
Only depends on the configuration of vim itself
Maximum possible combination of functions set by vim (such as those set settings)
Part of my own vim configuration
https://coding.net/u/hezhimin...
只在Linux服务器(shell为自带bash)
Vim >= 7.3
服务器端vim用途: 仅仅编辑配置文件,不做开发代码用途
兼容各种主流Linux(主要是RedHat, CentOS, Ubuntu)
PS: Pay attention to the context environment
requirements, you cannot install anything casually on the server
Github Dotfiles
Personal VIM configuration
First choose a plug-in manager you like. After the configuration is completed, git will automatically clone the plug-in for you. Basically, you only need to hold a .vimrc file to use the same vim configuration on any device. And you don’t need to do too much.
The author can study the dotfiles configuration of those great masters in github. At the same time, I also posted my personal configuration.
Every open dotfiles has two parts: basic matching and plug-in configuration. This does not conflict with whether the plug-in must be installed.
In addition, VIM is cross-platform, and one configuration can be used on any platform.
In addition, if you just modify some simple configurations, there is not much difference between changing them or not. Because your command is basically useless.
Even if the VIM configuration is customized, VIM commands such as search, move, and edit are generally not customized.