Y
Hacker News
new
|
ask
|
show
|
jobs
by
slig
5013 days ago
If you're on OS X: copy the text to the clipboard and run pbpaste | wc
3 comments
dlsym
5013 days ago
If you're on Linux: Select text and run xclip -o | wc
link
slewis
5013 days ago
or "wc" <enter> <ctrl-v> <ctrl-d>
link
jrajav
5013 days ago
Or switch to new Vim buffer, then pg<C-g>
link