Created
November 27, 2012 07:48
-
-
Save arindam89/4153009 to your computer and use it in GitHub Desktop.
Minimal Vimrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set nocompatible | |
set backspace=2 | |
set ignorecase smartcase | |
set autoindent smartindent | |
set gdefault hlsearch incsearch showmatch | |
set expandtab softtabstop=4 | |
syntax on | |
set number | |
set cursorline | |
set scrolloff=999 | |
set wildmenu | |
set wildmode=list:longest | |
map <f6> :w <CR>:!bash % <CR> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment