onDidChangeCursorPosition(callback) {
    return this.emitter.on('did-change-cursor-position', callback);
  }