vim

  • 官网 http://www.vim.org/
  • 文档 http://vimdoc.sourceforge.net/
  • vim on github https://github.com/vim/vim
  • Learn Vim Progressively http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/
  • Learn Vim Progressively 翻译 http://www.oschina.net/translate/learn-vim-progressively
  • 图片教程 http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html 所有文件\dev\vi

vim 命令行

$ Vim -o file1 file2 #open multiple windows from the command line
$ Vim -o5 file1 file2 #opens a session with the display horizontally split into five equal-sized windows

你可能感兴趣的:(vim)