vim

sort pipe delim table

!sort -k3 -t'|'

insert the name of current file

In insert mode, type ctrl-R then % to insert the name of the current file.

vim-easy-align

https://github.com/junegunn/vim-easy-align

vipga=

  1. visual-select inner paragraph
  2. Start EasyAlign command (ga)
  3. Align around =

gaip=

  1. Start EasyAlign command (ga) for inner paragraph
  2. Align around =