GithubHelp home page GithubHelp logo

vimconfig's Introduction

Installation

If necessary, backup /.vim directory to i.e. /.vim-old and

git clone git://github.com/dkoprov/vimconfig.git

Don't forget to change the nikname to yours in the line above. I prefer to keep all git repositories in one place, i.e. in /projects directory, so I created a symlink to this repository:

ln -sF ~/projects/github/vimconfig ~/.vim

But you may do what you prefer. Some people clone repository right into ~/.vim directory. It's up to you. Then git pull but since git submodules is used here, you also need to git submodule init and git submodule update

After all have updated, link your vimrc and gvimrc files. .vimrc:

ln -s ~/.vim/vimrc ~/.vimrc

.gvimrc:

ln -s ~/.vim/gvimrc ~/.gvimrc

You're ready to go!

Included Plugins

See the plugins' web pages for more information. The keybindings listed are mostly just those defined or overridden locally, not the ones provided by default.

Plugins are installed in their own directories under bundle, thanks to Pathogen.

ack (0.3.1)

Plugin for the Perl module / CLI script 'ack' (more)

bufexplorer (7.2.8)

Buffer explorer/browser (more)

Keybindings

,.
Show buffer explorer

## Coffeescript (fd170cb - 13 June 2011)

Adds support for CoffeeScript. It handles syntax, indenting, and compiling (more)

endwise (1.0)

Wisely add "end" in ruby, endfunction/endif/more in vim script, etc (more)

Extradite (4602089 - 2 March 2011)

Brings up the commit log of the current file. In the log view (more)

Keybindings

,x
Open commit history for current file

Fugitive (1.2)

A Git wrapper so awesome, it should be illegal (more)

markdown

Syntax highlighting for Markdown (more)

NERD_tree (4.1.0)

A tree explorer plugin for navigating the filesystem (more)

Keybindings

,m
Show/hide NERDTree
,f
Show current file in tree

rails (4.3)

Ruby on Rails: easy file navigation, enhanced syntax highlighting, and more (more)

Keybindings

,r
run rake

## ruby (7bee8d0 - 8 August, 2011)

Ruby support (newer than the version released with vim). (more)

surround (1.90)

Delete/change/add parentheses/quotes/XML-tags/much more with ease (more)

syntastic (1.2.0)

Automatic syntax checking (more)

ZoomWin (23)

Zoom in/out of windows (toggle between one window and multi-window) (more)

Keybindings

,z
Zoom

Other Keybindings

ctrl-]
Jump to definition (requires [exuberant ctags](http://blog.tobiascrawley.net/2009/01/01/generating-a-tags-file-from-a-git-hook/))
,c
Show/hide hidden characters
,h
Hide search highlighting
,s
Show/hide spelling errors
,sw
Strip trailing whitespace
,w
Toggle word wrapping

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.