align.nvim icon indicating copy to clipboard operation
align.nvim copied to clipboard

How to align all occurance of a character

Open RayZ0rr opened this issue 1 year ago • 1 comments

For example in the snippet below:

map("n", "<S-Left>", "<C-w><S-h>", "Move window to the left")
map("n", "<S-Down>", "<C-w><S-j>", "Move window down")
map("n", "<S-Up>", "<C-w><S-k>", "Move window up")
map("n", "<S-Right>", "<C-w><S-l>", "Move window to the right")

How to align around all occurrence of ,(comma) ?

RayZ0rr avatar Sep 01 '23 14:09 RayZ0rr

I also have this problem when I want to align markdown tables it only aligns the first character

Xgames123 avatar Dec 14 '23 11:12 Xgames123