Skip to content

cherninely/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panya's vim Distribution

Now on Pathogen.

Installation

curl https://raw.github.com/Panya/dotvim/master/bootstrap.sh -o - | sh

Updating to the latest version

To update to the latest version of the distribution, just run git pull --rebase; git submodule update; git submodule foreach git pull origin master inside your ~/.vim directory.

Intro to VIM

Here's some tips if you've never used VIM before:

Tutorials

Modes

  • VIM has two modes:
    • insert mode- stuff you type is added to the buffer
    • normal mode- keys you hit are interpretted as commands
  • To enter insert mode, hit i
  • To exit insert mode, hit <ESC>

Useful commands

  • Use :q to exit vim
  • ,W to remove trail whitespaces
  • gcc to comment/uncomment
  • ,t to CtrlP (like TextMate Command-T)
  • Keyboard cheat sheet.

Installed plugins

Syntax files

About

A MacVim Distro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published