bufferline.nvim
bufferline.nvim copied to clipboard
feat: add commands 'BufferLineMove{First|Last}'
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