Y
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
sicariusnoctis
2380 days ago
Isn't `$` is redundant
link
earenndil
2380 days ago
Not in visual mode.
link