Skip to content
master
Go to file
Code
This branch is 95 commits ahead, 58 commits behind taylor:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
doc
 
 
 
 
 
 
 
 
 
 
 
 

README.md

###My vim configuration.

I put all of this in $HOME/.vim. I then make a link from $HOME/.vim/vimrc to $HOME/.vimrc

I'm using tpope's pathogen to handle plugins. You can update the bundles by

git submodule update --recursive

Or if you haven't init a submodule

git submodule foreach --recursive git pull origin master

TIPS: "*p to paste from system copy buffer use ^P/^N in insert mode to complete words ^] to jump to tags ^W s,^W v - split windows gt/gT switching between tabs (or use mappings below) f / t - jump to next letter or before letter gv - highlight last visual gg=G - Indent the whole file

- Toggle paste mode

About

Vim configuration

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.