Skip to content

Instantly share code, notes, and snippets.

@heavenshell
Created December 5, 2012 16:45
Show Gist options
  • Save heavenshell/4217285 to your computer and use it in GitHub Desktop.
Save heavenshell/4217285 to your computer and use it in GitHub Desktop.
simple_vimrc
set nocompatible
syntax enable
set fileformats=unix,dos,mac
filetype plugin indent on
set backspace=indent,eol,start
set nobomb
set tabstop=2 shiftwidth=2 softtabstop=2 expandtab
nnoremap j gj
nnoremap k gk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment