Improved search in 'vimrc'

This commit is contained in:
Logan 2015-04-22 22:06:09 -07:00
parent 2139d3df72
commit 8bbc289559
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -5,6 +5,7 @@ set background=dark
colorscheme Tomorrow-Night-Eighties
set nu
set laststatus=2
set hlsearch ignorecase
"Auto indent
filetype indent on
set autoindent
@ -12,7 +13,6 @@ set autoindent
set tabstop=2 shiftwidth=0 expandtab
set pastetoggle=<F2>
let mapleader = ","
set hlsearch
"Line wrapping
set wrap
set linebreak