Y
Hacker News
new
|
ask
|
show
|
jobs
by
ThrustVectoring
4093 days ago
Vim's folding doesn't do this out-of-the-box, but you can set it up to do so. Clickable links aren't doable, though copying and opening in a browser tab is something like seven keystrokes on my current setup.
1 comments
beaumartinez
4093 days ago
In modern Vim (with netrw), you can type `gx` when the cursor is over a URL to open it in your browser.
link