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

A "buffer and tab" tabline for neovim

Results 26 tabline.nvim issues
Sort by recently updated
recently updated
newest added

In this way there are less issues when buffers from other extension are opened.

With `:TablineBuffersBind`, I could bind the current tab's buffers to some files. After a while, I want to bind more buffer so I try the same command and found the...

I would like to use a different color for buffers that are in another window and are not given the current focus, is there a way to do that? And...

It would nice to have an option to disable tabline if there's no tab to show or for particular filetype (startify or alpha). Good description is native nvim `showtabline` option:...

My fork (shadmansaleh/lualine.nvim) have been merged to original hoob3rt/lualine . And we've moved that repo to [nvim-lualine org](https://github.com/nvim-lualine/lualine.nvim). So you don't need to have [compatibility shims](https://github.com/kdheepak/tabline.nvim/blob/926965a6830b274039a80ae445d533216782b580/lua/tabline.lua#L755-L768) any more and can...

Can we have a flipped layout option such that tabs appear on the right and the buffers appear on the left.

If we have file e.g. in `/User/user/bla/foo/myfile.txt` (MacOS) it will be shown as `/U/u/b/f/myfile.txt` in the tab line. To reduce the amount of used characters I suggest to substitute four...

For some reason, when using tabline with only tab capabilities i am unable to make it properly create a new tab with a specified name and / or rename existing...

when i open nvim-tree, tab appears from the top left corner by defaulet. In bufferline, i can set offset to avoid. how to set offset in tabline? it seems have...