Removing that \v thing for searching in Vim. Back to Magic mode :(

This commit is contained in:
Dustin Swan
2013-03-13 14:00:22 -05:00
parent a58f9bb444
commit 2a3835781a

2
vimrc
View File

@@ -113,8 +113,6 @@ nnoremap <silent><leader><space> :noh<cr>
" regex " thanks stevelosh
set magic
nnoremap / /\v
vnoremap / /\v
" tab stops
set tabstop=4