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
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
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-