Created
December 5, 2012 16:45
-
-
Save heavenshell/4217285 to your computer and use it in GitHub Desktop.
simple_vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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