Re: feature request: post-search cursor placement
vim has a feature where you can specify where the cursor is placed after pressing 'n' to advance to the next instance of the search text. for example, "/foobar/e+1" will search for the next occurance of "foobar" but place the cursor on the character following the 'r'.
"/howdy/b-2" will search for the next occurance of "howdy" but place the cursor on the 2nd character preceeding the 'h'. I used it fairly regularly in vim... it'd be great to have it in ViEmu.