Skip to content

Instantly share code, notes, and snippets.

@mikelehen
Created July 29, 2013 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikelehen/6101380 to your computer and use it in GitHub Desktop.
Save mikelehen/6101380 to your computer and use it in GitHub Desktop.
My vimrc
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment