You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First one preserves relative line offset and the second does not.
Thus, consider file with following contents:
......
......
..*...
......
(3,3) aka * is a current cursor position.
Pressing Ctrl-Home we appear in (1,3) - quite nice.
Pressing Ctrl-End we reach (4,7) - not so nice, especially if last line is lengthy.
The text was updated successfully, but these errors were encountered:
Changed by slyfox (@trofi) on Dec 21, 2009 at 18:53 UTC(comment 4)
Summary changed from mcedit: jump to the end of the file is not logical to mcedit: jump to the end of the file is not consistent to jump to beginning of file
Important
This issue was migrated from Trac:
angel_il
(@ilia-maslakov)We have two keybindongs for fast forward:
First one preserves relative line offset and the second does not.
Thus, consider file with following contents:
(3,3) aka * is a current cursor position.
Pressing Ctrl-Home we appear in (1,3) - quite nice.
Pressing Ctrl-End we reach (4,7) - not so nice, especially if last line is lengthy.
The text was updated successfully, but these errors were encountered: