What should be the Vim configuration for "server editing"?
大家讲道理
大家讲道理 2017-05-16 16:36:07
0
1
593

Describe the problem

Thoughts by myself

  1. Only depends on the configuration of vim itself

  2. Maximum possible combination of functions set by vim (such as those set settings)

Part of my own vim configuration

  1. https://coding.net/u/hezhimin...

Context

只在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

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
给我你的怀抱

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template