diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-16 22:48:57 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-02-16 22:48:57 +0100 |
| commit | 76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c (patch) | |
| tree | 8eaa2168aabcdc370280e8678dd5c3e333c2ba73 | |
| parent | 3ac53697f566e363f74ac57c23dd99859fd54a8e (diff) | |
| download | dotfiles-76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c.tar.gz dotfiles-76fb24832bbb2dd786af6f9bb90ec3f578c7bf4c.zip | |
vim: polishing the config regarding search.
| -rw-r--r-- | vimrc | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
