I am using emacs keybindings on Sublime Text via [Emacs Pro Essentials][1].
In emacs when I type ctrl-a the cursor goes the beginning of the line (most left point), later when I press ctrl-a again the cursor goes to starting point of the line and it continues this operation.
hello //<ctrl-a> pressed
^
hello //<ctrl-a> pressed
^
hello //<ctrl-a> pressed
^
=> Is it possible to have this approach on sublimeText? If yes, how?