Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
omegazero
on Oct 2, 2009
|
parent
|
context
|
favorite
| on:
Ask HN: What's in your .vimrc file?
Reformat hex-dumps into 32-bit words, 8 words per line.
nmap H :s/\v(\S{8})/\1 /g<CR>:s/\v((\S{8} ){8})/\1<C-V><CR>/g<CR>:nohl<CR>
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
nmap H :s/\v(\S{8})/\1 /g<CR>:s/\v((\S{8} ){8})/\1<C-V><CR>/g<CR>:nohl<CR>