+8
OSX: up and down on first and last line
In OS X, pressing up on the first line of a buffer should go to the beginning of the line, and pressing down on the last line should go to the end.
Customer support service by UserEcho
If I put the marker in the middle of the next to last line, hold shift and press down, it'll select up until that point on the next line. If I press down again, it'll now select to the end of the line.
But if I put the marker in the middle of the last line and press shift+down nothing happens.
I often want to select the whole first or last line by holding shift and pressing up/down so it's quite annoying when this doesn't work. I tried looking in the plugin API if I could implement this myself, but it doesn't seem possible.
And while I'm at it, great editor. I've been using it for a while and just bought a license to show my support :)
something like:
{ "keys": ["up"], "command": "move", "args": {"by": "characters", "forward": false }, "context":
[
?
I cannot find the right context.