Posts labeled "buffalolab"

Vim Classes: Week 3: Customizing Your Vim Environment

My dotfiles http://github.com/shawncplus/dotfiles Installing plugins with Pathogen    http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/ Other stuffs    Take a look at my .vimrc on github, go through the settings and pick the ones you like and don… more »

Vim Classes: Week 1

Here lies the class notes from the first Vim class at Buffalo Lab Getting Vim Vim.org's downloads On Ubuntu sudo apt-get install vim-full Starting Vim Windows: Use gVim shortcut Command-line vim: vim [file] Opening a file with Vim Whilst in normal mode :e [file]… more »