Skip to content

Commit

Permalink
[vimrc] Add some search options
Browse files Browse the repository at this point in the history
  • Loading branch information
brantb committed Feb 14, 2012
1 parent 271d8de commit 6267116
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Expand Up @@ -23,9 +23,13 @@ if has("win32")
cd $HOME " Default cwd is System32, which is stupid
endif

set number
set number " Show line numbers
set shiftwidth=4
set tabstop=4
set hlsearch " Highlight search results
set smartcase " Search strings that are all-lowercase will do a case-insensitive search
set incsearch " Incremental search

syntax enable
filetype plugin indent on
colorscheme solarized
Expand Down

0 comments on commit 6267116

Please sign in to comment.