Skip to content

Panya/dotvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panya's vim Distribution

Now on vim-plug.

Installation

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

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.

About

A MacVim Distro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 94.3%
  • Shell 5.7%