gF with path:line:col to open the file like gf but also jump to line number #41123
laszlokorte
started this conversation in
Ideas From Vim
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I have a debug log containing entries like:
In (neo)vim I can move the cursor onto the file name and press
gFto open the file AND jump to line 42 and column 23.In zed
gfis mapped toeditor::OpenSelectedFilenamefile but it does not work because the:42:23postfix seems to be parsed as part of the file name -> file not found.I would be nice if the
editor::OpenSelectedFilenamecommand would recognize the line:column postfix or if there were a separate command that does this. Even if jumping to the correct line is not implemented it would be nice if the :line:col postfix would be ignored when parsing the file name.Beta Was this translation helpful? Give feedback.
All reactions