-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to left-align all columns #99
Comments
Yes, that is currently the only way |
Any chance of an easier way?
(Thanks by the way for the unarrange fix. It works perfectly!)
…On Nov 30, 2016 6:47 AM, "Christian Brabandt" ***@***.***> wrote:
Yes, that is currently the only way
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADTee0ikjA8NbvvfULhdcewfVBzmLT6-ks5rDYyCgaJpZM4LARG1>
.
|
Hi Taylor!
On Mi, 30 Nov 2016, Taylor Peterson wrote:
Any chance of an easier way?
What would be easier?
Perhaps :ArrangeColumn with an additional argument which defines the
arrangement? Like LR.
So :ArrangeColumn L
would left align all columns
Or :ArrangeColumn LC
will left align the first column, center aligne the second and the reset
right align?
…
(Thanks by the way for the unarrange fix. It works perfectly!)
|
I think keeping the arrange setting separate like it currently is would be
best.
Perhaps use 'l*' to mean left align all columns.
Another approach would be to make the default alignment configurable.
On Nov 30, 2016 7:07 AM, "Christian Brabandt" <notifications@github.com>
wrote:
… Hi Taylor!
On Mi, 30 Nov 2016, Taylor Peterson wrote:
> Any chance of an easier way?
What would be easier?
Perhaps :ArrangeColumn with an additional argument which defines the
arrangement? Like LR.
So :ArrangeColumn L
would left align all columns
Or :ArrangeColumn LC
will left align the first column, center aligne the second and the reset
right align?
>
> (Thanks by the way for the unarrange fix. It works perfectly!)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADTee2Zf_ChUEJMVxy_-wkxj7r9CeMlKks5rDZEwgaJpZM4LARG1>
.
|
Good idea. I just implemented it. |
Thanks for the super-quick response!
…On Nov 30, 2016 7:44 AM, "Christian Brabandt" ***@***.***> wrote:
Good idea. I just implemented it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADTee3Qdh8VXFNHxLPmmztJ2CeT__GO-ks5rDZnQgaJpZM4LARG1>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to left-align all columns?
Best I can tell, I'd currently have to use ":let b:csv_arrange_align = 'lc.'" with as many "l"s as I have columns.
The text was updated successfully, but these errors were encountered: