id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
1884	mcedit: jump to the end of the file is not consistent to jump to beginning of file	angel_il		"We have two keybindongs for fast forward:
* '''Ctrl-End''' - '''EOF'''(end of file)
* '''Ctrl-Home''' -  '''BOF'''(beginning of file)
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."	defect	closed	major	4.7.0	mcedit	master	fixed						committed-master
