johndeng / vim-bootstrap

Vim Bootstrap is generator provides a simple method of generating a .vimrc configuration for vim

Home Page:http://vim-bootstrap.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-bootstrap

Vim Bootstrap is generator provides a simple method of generating a .vimrc configuration for vim, MacVim and GVim.

Pre-requisites

The distribution is designed to work with Vim >= 7.3.

  • ctags on Mac OSX
brew install ctags
  • exuberant-ctags on Linux
apt-get install exuberant-ctags ncurses-term
  • pyflakes (optionally for python bundles)
pip install flake8

Commands

Commands Descriptions
:cd <path> Open path /path
<Control+w>+arrows Navigate via split panels
<Control>+w+w Alternative navigate vim split panels
,. Set path working directory
,w or ,x Next buffer navigate
,q or ,z previous buffer navigate
SHIFT+t Create a tab
TAB next tab navigate
SHIFT+TAB previous tab navigate
,e Find and open files
,b Find file on buffer (open file)
,c Close active buffer (clone file)
F2 Open tree navigate in actual opened file
F3 Open/Close tree navigate files
F4 List all class and method, support for python, go, lua, ruby and php
,v Split vertical
,h Split horizontal
,f Search in the project
,o Open github file/line (website), if used git in github
,ga git add .
,gc git commit -m
,gsh git push
,gs git status
,gb git blame
,gd git diff
,gr git remove
> indent to right
< indent to left
gc Comment or uncomment lines that {motion} moves over

Python hotkeys

Commands Descriptions
SHIFT+k Open documentation
Control+Space Autocomplete
,d Go to the Class/Method definition
,r Rename object definition
,n Show where command is usage

Installation

mv ~/Downloads/vimrc ~/.vimrc
  • Execute ViM and it will install plugins automatically
vim +NeoBundleInstall +qall

Updating to the latest version

:NeoBundleUpdate

About

Vim Bootstrap is generator provides a simple method of generating a .vimrc configuration for vim

http://vim-bootstrap.com

License:MIT License


Languages

Language:Python 91.4%Language:CSS 6.3%Language:Vim Script 1.3%Language:JavaScript 1.0%Language:Shell 0.0%