dot rc

Sign in or create your account | Project List | Help

dot rc Commit Details

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
1616set history=50 " keep 50 lines of command line history
1717set ruler " show the cursor position all the time
1818set showcmd " display incomplete commands
19set smartcase " ignore case when searching if search pattern contains lowercase
20              " letters only
1921set incsearch " do incremental searching
2022set nohlsearch " don't highlight search matches
2123set showmatch " jump to matching bracket when inserting one

Archive Download the corresponding diff file

Branches:
master