Commit 992533b9 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

moving: don't do an automatic smart home with Ctrl+Up and Ctrl+Down

It is nicer to have a predictable cursor position and not see it hop
left and right on differently indented lines.
Showing with 0 additions and 2 deletions
+0 -2
......@@ -230,7 +230,6 @@ void do_prev_block(void)
openfile->current_x = 0;
edit_redraw(was_current);
do_home();
}
/* Move to the next block of text in the file. */
......@@ -249,7 +248,6 @@ void do_next_block(void)
openfile->current_x = 0;
edit_redraw(was_current);
do_home();
}
/* Move to the previous word in the file. If allow_punct is TRUE, treat
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment