vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
columns.cmd
(62B)
1 ,x/def|uvw/ {
2 g/def/ -/^/+#10 i/|/
3 g/uvw/ +/$/-#10 i/|/
4 }
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
(62B)
1 ,x/def|uvw/ {
2 g/def/ -/^/+#10 i/|/
3 g/uvw/ +/$/-#10 i/|/
4 }