Jump directly to a target line on startup.
Section: Startup commands
Open file at a specific line
bash
bash
vim +42 app.ts
nvim +42 app.tsExplanation
Useful from grep results, stack traces, or bug reports.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Startup commands