Is there an alternative way to move a cursor x characters forward programmatically in plugin code other than repeating the following statement x times?:
self.view.run_command(“move”, {“by”: “characters”, “forward”: True, “extend”: False})
Is there an alternative way to move a cursor x characters forward programmatically in plugin code other than repeating the following statement x times?:
self.view.run_command(“move”, {“by”: “characters”, “forward”: True, “extend”: False})