bufferline.nvim icon indicating copy to clipboard operation
bufferline.nvim copied to clipboard

feat: add commands 'BufferLineMove{First|Last}'

Open riodelphino opened this issue 2 months ago • 0 comments

Related to this feature request #1040

Though bufferline.nvim already has the function move_to() in bufferline/commands.lua to move the buffer to first or last (https://github.com/akinsho/bufferline.nvim/pull/675), they are not supported as built-in commands.

This PR add these commands:

  • BufferLineMoveFirst
  • BufferLineMoveLast

riodelphino avatar Nov 29 '25 04:11 riodelphino