aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-02-16 22:48:57 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-02-16 22:48:57 +0100
commit76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c (patch)
tree8eaa2168aabcdc370280e8678dd5c3e333c2ba73
parent3ac53697f566e363f74ac57c23dd99859fd54a8e (diff)
downloaddotfiles-76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c.tar.gz
dotfiles-76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c.zip
vim: polishing the config regarding search.
-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