Skip to content

Instantly share code, notes, and snippets.

@mikelehen
Created July 29, 2013 00:04
Show Gist options
  • Save mikelehen/6101380 to your computer and use it in GitHub Desktop.
Save mikelehen/6101380 to your computer and use it in GitHub Desktop.

Revisions

  1. mikelehen created this gist Jul 29, 2013.
    22 changes: 22 additions & 0 deletions .vimrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    set autoindent ignorecase noerrorbells ruler hlsearch sw=4 sts=4 expandtab
    set textwidth=79 nowrapscan formatoptions-=t incsearch tabstop=4
    set scrolloff=2 norestorescreen history=100 shortmess=ao nobackup
    set matchtime=1 showmatch smartcase wildmenu wildmode=longest:full

    syntax on
    map Q gq
    map Y y$
    behave xterm
    " set guifont=terminal:h9 mousehide guioptions-=T mousemodel=popup
    map <C-Tab> <C-W>w
    map <C-S-Tab> <C-W>W
    colorscheme elflord

    noremap t j
    noremap n k
    noremap s l
    noremap j t
    noremap k n
    noremap l s