For instance, in EmEditor, the command Jump to line… was renamed long time ago 
to Jump… (Ctrl+G).
The column fields defaults to 1, to mimic the Jump to line behaviour:

![EmEditor: 
Jump…](https://user-images.githubusercontent.com/1401086/105148584-d7972080-5b02-11eb-9063-689e4a8aedab.png)

So, if you want to jump to a specific line:

1. Press Ctrl+G
2. Type line number
3. Press Enter

And, if you want to jump to specific line and column:

1. Press Ctrl+G
2. Type line number
3. Press Tab
4. Type column number
5. Press Enter

Note that Geany status bar column numbers should be fixed first (#2733).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/869#issuecomment-763439169

Reply via email to