]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Revert "vimrc: Behave like 'scrolloff' while searching."
authorSimon Ruderich <simon@ruderich.org>
Tue, 21 Jun 2011 13:22:14 +0000 (15:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Tue, 21 Jun 2011 13:22:14 +0000 (15:22 +0200)
This reverts commit 63c87697a4eafe134ae1196021afd8441c6b4e33.

It caused problems with matches at the end of the file (you can't reach
them because of the wrong "scrolloff").

vimrc

diff --git a/vimrc b/vimrc
index 4c5f852c15f3f20d40a662f533f53225dec96db6..6e418649e4614f92f96b12a41da0f65ebbeaa9c9 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -227,11 +227,6 @@ cnoremap <C-N> <Down>
 nnoremap <Space> <C-F>
 nnoremap - <C-B>
 
-" Behave like 'scrolloff' but only while searching. Thanks to "Benjamin R.
-" Haskell" <vim@benizi.com> from the Vim mailing list (2010-10-26).
-nnoremap n nzv3j3k
-nnoremap N Nzv3k3j
-
 " Go to next and previous buffer. Thanks to elik in #vim on Freenode
 " (2010-05-16 18:38 CEST) for this idea.
 nnoremap <silent> gb :bnext<CR>