Created
June 24, 2015 22:40
-
-
Save moandcompany/15d7fdde123bf2056215 to your computer and use it in GitHub Desktop.
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 background=dark | |
syntax on | |
set showcmd | |
set cmdheight=1 | |
set laststatus=2 | |
set number | |
set cursorline | |
hi CursorLine cterm=none ctermbg=darkred ctermfg=white | |
set ruler | |
set wildmenu | |
set lazyredraw | |
set showmatch | |
set ignorecase | |
set incsearch | |
set hlsearch | |
set magic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment