Git Product home page Git Product logo

vim-bootstrap's Introduction

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
  • pyflakes (optionally for python bundles)
pip install flake8

Commands

Commands Descriptions
<Control-w>+arrows Navegate via viewports
:cd <path> Open path /path
,. Set path working directory
SHIFT+o Next buffer navegate
SHIFT+p previous buffer navegate
SHIFT+t Create a tab
TAB next tab navegate
SHIFT+TAB previous tab navegate
,e Find and open files
,b Find file on buffer (open file)
,c Close active buffer (clone file)
F2 Open three navegate in actual opened file
F3 Open/Close three navegate files
F4 List all class and method, support for python, go, ruby and php
,v Split vertical
,h Split horizontal
,f Search using grep
,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 +qall

Updating to the latest version

:NeoBundleUpdate

vim-bootstrap's People

Contributors

avelino avatar lerrua avatar hersonls avatar ellisonleao avatar ivancrneto avatar magnunleno avatar lrezende avatar raelmax avatar frac avatar

Watchers

James Cloos avatar Julio Silveira Melo avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.