Are the columns in helm-mini adjustable? #2567
Replies: 1 comment
-
Perry Smith ***@***.***> writes:
I have a lot of buffers produced by a package called Yari. They are essentially output from Ruby's ri command. A typical name of the buffer is *yari ActionDispatch::Flash::FlashHash#each*.
When I use helm-mini I can only see the first part of the buffer name. (See attached).
Is there a way to adjust the columns?
Yes, adjust `helm-buffer-max-length`.
You can also toggle details with C-] to see the whole buffer name only.
… Screenshot 2022-11-01 at 17 21 52
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.*Message ID: ***@***.***>
--
Thierry
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pedz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a lot of buffers produced by a package called Yari. They are essentially output from Ruby's
ri
command. A typical name of the buffer is*yari ActionDispatch::Flash::FlashHash#each*
. When I usehelm-mini
I can only see the first part of the buffer name. (See attached).Is there a way to adjust the columns?
Beta Was this translation helpful? Give feedback.
All reactions