Closed
Description
Lots of editors (including the heavyweights Vim and Emacs) accept a +num
flag for opening a file at the line number specified by num
. I know Helix can do this by appending :num
to the file name, but both muscle memory and other applications (like the v
command in less) rely on the plus syntax, so I suggest just adding it as a second option.