Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Directory (?) [+]
Getting Started with vim tutorials
- Vim Practical Technology
- Learning the VI and Vim Editors
- A Byte of Vim
Advanced
- Practical Vim
- Hacking Vim 7.2
Vimscript Tutorials
- Learn VimScript the hard
- If you want to learn how to develop VIM plugins, this is the best way to get started with in-depth tutorials
Vim Configuration
- Spf13 presents-the Ultimate Vim Distribution
- The ultimate configuration scheme, which is recommended for vimscript based on its code to build its own configuration
Community and website
- http://www.vim.org/
- Http://vim.wikia.com/wiki/Vim_Tips_Wiki
- Google
- If you encounter problems, Google can solve them.
My plug-in
Personal development of some plug-ins to solve practical problems in the work.
Https://github.com/FuDesign2008/GoodColors.vim
- A carefully selected vim color scheme
:Range
Name randomly select color, no longer need to choose which color to worry about
Https://github.com/FuDesign2008/translator.vim
英文/中文
单词/句子
translation tools, integrated Youdao translation open API
- Screenshots:https://github.com/fudesign2008/translator.vim/blob/master/readme.md
Https://github.com/FuDesign2008/ToggleNumber.vim
- Fast switching
行号/相对行号/无行号
Status
- Learn
相对行号
the benefits of the classmate, should know very useful
Https://github.com/FuDesign2008/SpaceControl.vim
- tab in control code to space, end of line clear space
Https://github.com/FuDesign2008/OpenUrl.vim
- Quickly open the URL link under the cursor, no longer a. Select the link address area; B. Copy the link; C. Paste into the browser D.enter key to open the link
- Automatically identify URLs
Https://github.com/FuDesign2008/GotoFile.vim
- Quickly open a file based on the relative path where the cursor is located
- Useful for projects that use Sea.js to manage JavaScript code modules, which are better than ACK plugins in some scenarios
Https://github.com/FuDesign2008/jslhint.vim
- Integrated jshint and JSLint inspection engine, free to switch between inspection engines
- Better management of the Jshint/jslint configuration
Https://github.com/FuDesign2008/backbone.vim
- Jquery/underscore syntax highlighting, highlighting jquery, underscore method name
- Useful for students who use Jquery/underscore/backbone
Https://github.com/FuDesign2008/ppt.md
- Use Markdown to write PPT
- Example http://fudesign2008.github.io/ppt.md/talks/2013-07/jstoolkit_intro_impress.html
Https://github.com/FuDesign2008/WebSearch.vim
- Integrate web search into vim and freely configure search engines
:WS keyword1 keyword2 ...
Can search
Https://github.com/FuDesign2008/MarkdownViewer.vim
- Markdown Format Content Preview Viewer
- Support for GitHub's markdown syntax
- A variety of styles to choose from
- Screenshots:https://raw.github.com/fudesign2008/markdownviewer.vim/master/markdown_viewer.png
Https://github.com/FuDesign2008/plan.vim
- Use Markdown to do personal monthly planning, fork and revise to make your own monthly plan
- It is useful for students who like to plan and organize, record daily work records, and never bother to write weekly reports.
- Screenshots:https://raw.github.com/fudesign2008/plan.vim/master/plan-vim.png
Vim and Vimscript Data Summary "reprint"