Skip to content

Instantly share code, notes, and snippets.

@jhsu
Created September 7, 2010 19:31
Show Gist options
  • Save jhsu/568915 to your computer and use it in GitHub Desktop.
Save jhsu/568915 to your computer and use it in GitHub Desktop.
" have vim for nano users
" alias nano="vim -u ~/.vimnano --noplugin"
start
set nocompatible
set paste
set backspace=indent,eol,start
set number
noremap <C-x> <Esc>:wq<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment