diff --git a/src/move.c b/src/move.c index 59a969f5..b36b4bca 100644 --- a/src/move.c +++ b/src/move.c @@ -420,7 +420,7 @@ void do_home(void) openfile->current_x = 0; if (moved_off_chunk) - openfile->placewewant = 0; + openfile->placewewant = xplustabs(); /* If we changed chunk, we might be offscreen. Otherwise, * update current if the mark is on or we changed "page". */