aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vimrc8
1 files changed, 7 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index d034711..764dee8 100644
--- a/vimrc
+++ b/vimrc
@@ -77,11 +77,17 @@ set stl=\ %{Mode()}\ \|\ %f\ %m\ %r\ %=\ Line:\ %l\ Column:\ %v\ Buf:#%n
set laststatus=2
""
-" Text Formatting/Layout
+" Searching stuff.
+" Ignore the case on search by default.
set ignorecase
+
+" Case sensitive if we start the search by an uppercase letter.
set smartcase
+" Find as you type search.
+set incsearch
+
""
" Tabs, Indentation