* Dave Land [2007.03.22 08:15]: > " Command-[ and Command-] put the prev/next match at top of screen > map <D-[> kNz<CR> " put prev match at top of screen > map <D-]> jnz<CR> " put next match at top of screen
Very recently on the list someone suggested these very simple and elegant mappings: nnoremap n nzz nnoremap N Nzz The up-side is you don't need to remember a new keystroke -- the down side is you lose the old behavior. -- JR