Closed gcapizzi closed 10 years ago
Thanks! :D
According to the vim help, gg
and G
both move to the first non-blank character on the new line when startofline
is on (which it is by default). I'd be happy with the startofline
-on-style behavior.
I haven't thought yet about how to implement options at all. And I guess I'd love to avoid it, if possible.
You're right! I'll fix it ASAP :)
Should be ok now :)
W00t, thanks!
This is how Vim behaves, so I guess we should do the same.