Skip to content

Instantly share code, notes, and snippets.

@decioferreira
Created April 18, 2014 23:58
Show Gist options
  • Save decioferreira/11069005 to your computer and use it in GitHub Desktop.
Save decioferreira/11069005 to your computer and use it in GitHub Desktop.
:cd ~/code/
:set wildmenu
:colorscheme slate
:set tabstop=2
:set shiftwidth=2
:set expandtab
:set incsearch
:set hlsearch
" Insert newline without entering insert mode (http://vim.wikia.com/wiki/Insert_newline_without_entering_insert_mode)
nmap <S-Enter> O<Esc>
nmap <CR> o<Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment