You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mini.nvim/doc/mini-align.qmd
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,10 @@ Features:
25
25
- <spanclass="help-syntax-keys">\<Justify\></span> parts for certain side(s) to be same width inside columns.
26
26
27
27
- <spanclass="help-syntax-keys">\<Merge\></span> parts to be lines, with customizable delimiter(s).
28
-
Each main step can be preceded by other steps (pre-steps) to achieve
29
-
highly customizable outcome. See `steps` value in [MiniAlign.config](mini-align.qmd#minialign.config). For
30
-
more details, see [MiniAlign-glossary](mini-align.qmd#minialign-glossary) and [MiniAlign-algorithm](mini-align.qmd#minialign-algorithm).
28
+
29
+
Each main step can be preceded by other steps (pre-steps) to achieve
30
+
highly customizable outcome. See `steps` value in [MiniAlign.config](mini-align.qmd#minialign.config).
31
+
For more details, see [MiniAlign-glossary](mini-align.qmd#minialign-glossary) and [MiniAlign-algorithm](mini-align.qmd#minialign-algorithm).
31
32
32
33
33
34
- User can control alignment interactively by pressing customizable modifiers
@@ -51,7 +52,8 @@ Features:
51
52
- Press `t` to trim whitespace from parts.
52
53
53
54
- Press `<BS>` (backspace) to delete some last pre-step.
54
-
For more details, see [MiniAlign-modifiers-builtin](mini-align.qmd#minialign-modifiers-builtin) and [MiniAlign-examples](mini-align.qmd#minialign-examples).
55
+
56
+
For more details, see [MiniAlign-modifiers-builtin](mini-align.qmd#minialign-modifiers-builtin) and [MiniAlign-examples](mini-align.qmd#minialign-examples).
55
57
56
58
57
59
- Alignment can be done with instant preview (result is updated after each
0 commit comments