配置最终vim环境的简便方法
The easiest way to config the VIM - final vim
_____ ___ _ _ _ _ __ _____ __ __
| ___|_ _| \ | | / \ | | \ \ / /_ _| \/ |
| |_ | || \| | / _ \ | | ____\ \ / / | || |\/| |
| _| | || |\ |/ ___ \| |__|_____\ V / | || | | |
|_| |___|_| \_/_/ \_\_____| \_/ |___|_| |_|
下载install.py ,运行**./install.py即可将final_vim**安装到你的系统中,下面可以一个命令搞定
curl -L https://raw.github.com/shaoguangleo/final_vim/master/install.py | python; vim +PluginInstall
or
wget -L https://raw.github.com/shaoguangleo/final_vim/master/install.py | python; vim +PluginInstall
| 命令 | 说明 |
|---|---|
| F3 | 打开目录树 |
| F4 | 显示TagList |
| F5 | 运行该脚本 |
| F6 | 新建标签页 |
| F7 | |
| F8 | PEP8检测 |
| Ctrl+w +v | 左右分割窗口 |
| Ctrl+w +s | 上下分割窗口 |
| Ctrl+w +q | 关闭窗口 |
- nerdtree A tree explorer plugin for vim.
- nerdcommenter Vim plugin for intensely orgasmic commenting
- tagbar Vim plugin that displays tags in a window(ctags is needed)
- ctrlp Fuzzy file, buffer, mru, tag, etc finder.
- vim-airline lean & mean status/tabline for vim that's light as air
- vim-snippets vim-snipmate default snippets
- UltiSnips The ultimate snippet solution for Vim
- vim-surround quoting/parenthesizing made simple
- vim-instant-markdown Instant Markdown previews from VIM!
- vim-multiple-cursors True Sublime Text style multiple selections for Vim
- vim-startify A fancy start screen for Vim
- vim-emoji Named Emoji in Vim
- vim-json-line-format format json line
- jedi-vim Using the jedi autocompletion library for VIM.
- vim-flake8 Flake8 plugin for Vim
- indentLine A vim plugin to display the indention levels with thin vertical lines
- vim-gitgutter A Vim plugin which shows a git diff in the gutter (sign column) and stages/reverts hunks.
- favorite-vim-colorscheme Tomorrow night bright color scheme
- vim-node Tools and environment to make Vim superb for developing with Node.js. Like Rails.vim for Node.
- jshint JSHint is a tool that helps to detect errors and potential problems in your JavaScript code
- vim-javascript-syntax Enhanced javascript syntax file for Vim
- vim-coloresque css/less/sass/html color preview for vim
- vim-table-mode VIM Table Mode for instant table creation.
- emmet-vim emmet for vim: http://mattn.github.io/emmet-vim
brew install vim git npm ctags
sudo npm -g install instant-markdown-d jshint
sudo pip install isort jedi yapf flake8 virtualenvwrapper