How to Vim
vi -x file
gf
CTRL + o
123 456 -> 123, 456 %s/\(\d\)\n\(\d\)/\1, \2/g
vi ~/.vimrc au BufRead,BufNewFile *.md set filetype=markdown