Hacker News new | ask | show | jobs
by DeepVim 2380 days ago
I guess even easier would be to go to the visual mode, then selecting all the lines and append the commas all at once :)

<c-v>8j$A,<esc>

1 comments

Isn't `$` is redundant
Not in visual mode.