Skip to content

Instantly share code, notes, and snippets.

@AaronJackson
Created April 3, 2014 23:39
Show Gist options
  • Save AaronJackson/9965064 to your computer and use it in GitHub Desktop.
Save AaronJackson/9965064 to your computer and use it in GitHub Desktop.
set mouse=a
set nocompatible
filetype indent plugin on
syntax on
set hidden
set ignorecase
set smartcase
set backspace=indent,eol,start
set autoindent
set ruler
set confirm
set visualbell
set t_vb=
set number
set shiftwidth=4
set tabstop=4
" Emulate the standard Unix shortcuts in insert mode
:imap <C-a> <Home>
:imap <C-e> <End>
:imap <C-k> <Esc>ddi
:imap <C-_> <Esc>ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment