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
Is your feature request related to a problem? Please describe.
Similar to the other issue I recently raised, I'm currently working through the surface-level features of jj to see if I can bring things in line with my git setup.
It does not seem possible to align text to the center of a column in the log output at the moment. Git has support for this via:
%><( <N> ), %><|( <M> )
similar to %<( <N> ), %<|( <M> ) respectively, but padding both sides (i.e. the text is centered)
Is your feature request related to a problem? Please describe.
Similar to the other issue I recently raised, I'm currently working through the surface-level features of
jj
to see if I can bring things in line with my git setup.It does not seem possible to align text to the center of a column in the log output at the moment. Git has support for this via:
ref: https://git-scm.com/docs/pretty-formats
Describe the solution you'd like
It would be nice to have a
pad_center
function, similar topad_start
andpad_end
that middle-aligned text.Describe alternatives you've considered
I'm not sure if there are any alternatives.
The text was updated successfully, but these errors were encountered: