.vimrc: Add incremental search

This begins searching before pressing Enter.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-11-02 08:16:55 +03:00
parent 00c06d8744
commit 031cd83ff5
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

1
.vimrc
View File

@ -4,6 +4,7 @@ set expandtab
set sw=4
set bs=2
set bg=dark
set incsearch
set paste
set wildmode=longest,list " change filename autocomplete to be more like bash
set mouse=v " some vim defaults to mouse=a, which sucks for copying and pasting in Xorg