Re: [PATCH 5/6] Move to the indentation of a line on scrolling

2013-07-05 Thread Ben Boeckel
On Fri, Jul 05, 2013 at 17:14:32 +0100, Nicholas Marriott wrote: > I don't really see this as better? At the moment I think we stick to the > column we were on which seems more sensible. emacs seems to move to > column 0 which seems worse than either though. Looking at the docs, Vim's behavior is

Re: [PATCH 5/6] Move to the indentation of a line on scrolling

2013-07-05 Thread Nicholas Marriott
I don't really see this as better? At the moment I think we stick to the column we were on which seems more sensible. emacs seems to move to column 0 which seems worse than either though. On Wed, Jun 12, 2013 at 02:17:59AM -0400, Ben Boeckel wrote: > When scrolling by page or half-page, vim moves

[PATCH 5/6] Move to the indentation of a line on scrolling

2013-06-11 Thread Ben Boeckel
When scrolling by page or half-page, vim moves to the first non-whitespace character of a line. Emulate the behavior in copy mode. --- window-copy.c | 4 1 file changed, 4 insertions(+) diff --git a/window-copy.c b/window-copy.c index ee6a2e8..17808b8 100644 --- a/window-copy.c +++ b/window-