Skip to content

Instantly share code, notes, and snippets.

@liorrozen
liorrozen / minimal_vimrc
Last active December 30, 2016 08:23
A sane, pluginless vimrc configuration
" Behavior
" =======
set nocompatible " disable vi backwards compatibilty
set backspace=indent,eol,start " fixes backspace & del behavior
set timeoutlen=1000 ttimeoutlen=0 " No delay for ESC
nmap Q <nop> " disable ex mode prompt
set autoread " Automatically reload files that have been changed outside of Vim
set confirm " confirm before exiting if files have not been saved
set hidden " Hide buffers when they are abandoned