Briefly
I can not move cursor to previous positions.
Detail
I want create macro for wrapping code for GitHub. After wrapping cursor must be situated after '''
, so I can write my programming language.
'''ruby
My code
Also code!
'''
How it’s worked:
But I can not move cursor to position when I paste code.
Did not help
jump_back
and jump_forward
commands. This commands moving cursor, if I use mouse for move to text.
Do not offer
Please, do not offer solutions, when result of macros will be not as this (|
— cursor position after run macro):
'''|
My code
Also code!
'''
Thanks.