1. 程式人生 > >vim 之學習路線

vim 之學習路線

vim 學習路線


Vim - the ubiquitous text editor

Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. It is included as "vi" with most UNIX systems and with Apple OS X.

Vim is rock stable and is continuously being developed to become even better. Among its features are:

  • persistent, multi-level undo tree

  • extensive plugin system

  • support for hundreds of programming languages and file formats

  • powerful search and replace

  • integrates with many tools






VIM

https://vim.sourceforge.io/






https://github.com/fisadev/fisa-vim-config














Vim與Python真乃天作之合:打造強大的Python開發環境

https://segmentfault.com/a/1190000003962806










Vim初探(一)


http://www.cnblogs.com/samwei/archive/2011/04/05/2005857.html


http://www.cnblogs.com/samwei/archive/2011/04/09/2010906.html


http://www.cnblogs.com/samwei/archive/2011/04/15/2017582.html



http://www.cnblogs.com/samwei/archive/2011/04/25/2026211.html






本文出自 “運維自動化” 博客,請務必保留此出處http://shower.blog.51cto.com/4926872/1971780

vim 之學習路線