<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 7 Feb 2019, at 21:21, Rob McBroom wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Is there a hidden preference, modifier key, or some other way to make “Jump to Selection” put the current line at the top of the window instead of in the center?</p>
</blockquote>

<p dir="auto">No such hidden settings, you could make a macro that triggers the Jump to Selection and then Navigate → Scroll → Line Down 10+ times, although such macro would depend on window size and also, these actions are not recorded by default, so you would have to edit the macro manually.</p>

<p dir="auto">The two selectors to use in the macro are <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">centerSelectionInVisibleArea:</code> and <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">scrollLineDown:</code>. Let me know if you need step-by-step.</p>
</div>
</div>
</body>
</html>