| Date: | 2009-02-01 12:44:24 (3 years 6 days ago) |
|---|---|
| Author: | Luciano M. F. Rocha |
| Commit: | 26a00ec69391839b16f465d24d496287281ee2cc |
| Message: | vim: smartcase search |
| Files: |
rc/vimrc (1 diff) |
Change Details
| rc/vimrc | ||
|---|---|---|
| 16 | 16 | set history=50 " keep 50 lines of command line history |
| 17 | 17 | set ruler " show the cursor position all the time |
| 18 | 18 | set showcmd " display incomplete commands |
| 19 | set smartcase " ignore case when searching if search pattern contains lowercase | |
| 20 | " letters only | |
| 19 | 21 | set incsearch " do incremental searching |
| 20 | 22 | set nohlsearch " don't highlight search matches |
| 21 | 23 | set showmatch " jump to matching bracket when inserting one |
