Skip to content

shaoguangleo/final_vim

Repository files navigation

final_vim

配置最终vim环境的简便方法

The easiest way to config the VIM - final vim

 _____ ___ _   _    _    _       __     _____ __  __
|  ___|_ _| \ | |  / \  | |      \ \   / /_ _|  \/  |
| |_   | ||  \| | / _ \ | |   ____\ \ / / | || |\/| |
|  _|  | || |\  |/ ___ \| |__|_____\ V /  | || |  | |
|_|   |___|_| \_/_/   \_\_____|     \_/  |___|_|  |_|

ONE STEP 一步搞定

下载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 关闭窗口

插件列表

TODO

MacOSX安装依赖

brew install vim git npm ctags
sudo npm -g install instant-markdown-d jshint
sudo pip install isort jedi yapf flake8 virtualenvwrapper

About

The easiest way to config the VIM - final vim

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published