Skip to content

Commit

Permalink
vimperator: show search engines first in autocomplete
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>
  • Loading branch information
kiryl committed Feb 22, 2016
1 parent bfbef5c commit edbe082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimperator/vimperatorrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ set hlsearch
" incremental search
set incsearch

" autocomplete with smart Firefox stuff and search engines
set complete=ls
" autocomplete with search engines and smart Firefox stuff
set complete=sl

" Google search
set defsearch=google
Expand Down

0 comments on commit edbe082

Please sign in to comment.