Commit a37b958
authored
fix(terminal): open .md file links in viewer instead of externally (#48)
The Ctrl/Cmd+click modifier requirement meant .md files always took
the external path since metaKey was always true. Use Shift as the
modifier to force external open instead.
- Cmd/Ctrl+click on .md → opens in built-in viewer
- Cmd/Ctrl+Shift+click on .md → opens externally
- Cmd/Ctrl+click on other files → opens externally (unchanged)
Co-authored-by: maskar <Maskar@users.noreply.github.com>1 parent 69b0a4b commit a37b958
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments