public override VimPoint Move(Interfaces.IVimHost host)
 {
     host.MoveToStartOfLine();
     return host.CurrentPosition;
 }