Is it possible to change the column width in an emacs Ibuffer on the fly?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
Change the value of ibuffer-formats to what you want, then switch back to the ibuffer window and press 'g'. Example:
You could put this into your .emacs file for easy modification later. If you wanted the name column to be wider, you would edit your .emacs file and change the 18's above into something else:
Then put the cursor on the line just after the above and type |
|||||
|
