vim-bufferline icon indicating copy to clipboard operation
vim-bufferline copied to clipboard

Add an option to truncate text on left instead of right

Open nraw opened this issue 5 years ago • 0 comments

When the space in the statusline gets low, the truncation will happen so that the right most characters are visible, but if the let g:bufferline_fixed_index = 0 then you don't get to see the active buffer anymore.

Ideally the truncation would allow to leave the left most sides visible for the longest.

Or alternatively truncate the active buffer as the last resort.

nraw avatar Aug 16 '20 11:08 nraw