Skip to content

lvas1613/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

If using RVM, you'll want to do

rvm use system

Before installing!

yum -y install make ruby ruby-devel vim
mkdir ~/.vim
git clone git://github.com/rbowden91/vimrc.git ~/.vim
ln -s ~/.vim/.vimrc ~/.vimrc
vim +BundleInstall +qall

Shortcuts

  • ,n: Toggle NERDTree
  • ,t: Show Command-T
  • ,w: Remove whitespace at end of lines
  • ,g: Toggle UNDO tree
  • ,c: Send OCaml code to toplevel using either a motion or visual mode
  • ,e: Send the current "block" (between ';;'s) of OCaml code to toplevel
  • ,f: Send entire file to OCaml toplevel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published