Vim-Table-Mode Tips

Yu-Chiang Hsu
2021-08-07 12:08:56 -04:00
commit a349fccefa

31
Alignment-Example.md Normal file

@@ -0,0 +1,31 @@
Had a challenging time toi figure out alignment for the great Vim-Table-Mode so here are a few example to help the next me :).
The alignment depends on where you put the <:>. Here are 4 use cases.
No Alignment
| Test Alignment |
|----------------------|
| Hello test alignment |
| test 2 |
Left Alignment
| Test Alignment |
|:---------------------|
| Hello test alignment |
| test 2 |
Right Alignment
| Test Alignment |
|---------------------:|
| Hello test alignment |
| test 2 |
Center Alignment
| Test Alignment |
|:--------------------:|
| Hello test alignment |
| test 2 |