1

Re: Screen position for search

I'm a new user enjoying ViEmu in VS2k5, and I'm wondering if there's a way to control the placement of a search result. Currently, it seems that n always goes to the next result and places it at the very bottom line of my screen. I'd really like to have it center in the middle.

Is this possible?

2

Re: Screen position for search

I think something like this would be the closest:

   :nnoremap n nzz

You probably also want the following:

   :nnoremap N Nzz

Add both lines to _viemurc in your home directory (typically "C:\Documents and Settings\{username}") (you can leave out the colon, too) and you should be good to go.

Regards,

  Jon