#HelixEditor editor: How can I delete everything from my current cursor position until the end of the file?
`v g e` selects everything until the last LINE but not the last line itself completely;
is `v g e x` the right way to do it?
To be honest: I need this quite often….
