summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-03 20:26:56 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-03 20:26:56 -0500
commita48018112edc455a4dddd28df666fbbdfa1b8ba1 (patch)
tree2a2a5dddf29bc9acc26bb94fdea95b9bbb9bfcd5 /vimrc
parent7967c749439ef92fb2dd224475484fff26beba76 (diff)
downloadconf-a48018112edc455a4dddd28df666fbbdfa1b8ba1.tar.gz
conf-a48018112edc455a4dddd28df666fbbdfa1b8ba1.zip
comment
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index b3de7d9..6ebee1c 100644
--- a/vimrc
+++ b/vimrc
@@ -144,6 +144,7 @@ set isfname+=:
" tab completion stuff for the command line
set wildmode=longest,list,full
+" don't jump to search results until i actually do the search
set noincsearch
" always make the help window cover the entire screen