#AtmoVim to help prettify a table in markdown files, use Unix `column` command. Visually select the lines containing texts that you want to align, press `:` or whatever you set yours to go into command mode is. Then put `!column -t -s <separator char> -o <separator char>`

#Vim #Unix #Linux #Markdown