metaseed/metaGo

Place cursot not after but before letter

ColCh opened this issue · 3 comments

ColCh commented

given: k letter pressed

image

then user pressed on j

cursor moves here

image

and the question is, how to make it move here instead?

image

hey, is it's impossible - I'm able to send PR to implement such setting

ColCh commented

It seemed that I should use other command

I'm interested if you found a way to do it @ColCh
My bad I needed gotobefore

ColCh commented

@art049

there are commands for it

just try to use one of these

metaGo/package.json

Lines 45 to 48 in 0422537

{
"command": "metaGo.gotoAfter",
"title": "metaGo: GoToAfter"
},

metaGo/package.json

Lines 49 to 52 in 0422537

{
"command": "metaGo.gotoBefore",
"title": "metaGo: gotoBefore"
},

disposables.push(vscode.commands.registerCommand('metaGo.gotoInteli', () => {