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

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!

Results 18 tabby.nvim issues
Sort by recently updated
recently updated
newest added

When renaming a tab through `:TabRename`, it won't persist after closing the editor and recovering the previous session. Instead, the default behavior is back, with the focused buffer's name as...

enhancement

There are certain tool windows, like file browsers and issues lister, that show up in the window list but don't represent actual documents. It might make more sense to hide...

Really love this pure tab plugin. I hate bufferline. Are you planning to support scrollable feature just in case the tabs are too many or too long that cannot fit...

The image shows the problem. ![image](https://user-images.githubusercontent.com/1358527/145430902-46cbfd73-7c8a-4094-b092-c45cc48f4a07.png) I'm using the `nerd-fonts-jetbrains-mono` font from the Arch User Repository, this same problem occurs in VTE based terminals, as well as in alacritty and...

invalid

How can I config to show file icon on tabs.

subtask

It would be nice to be able to close tabs using a close button, similar to how bufferline does it. Here's an example showing what it looks like in bufferline...

subtask

Somewhat surprisingly given how mature the Dracula theme is, it seems that `tabby` doesn't use colours from that theme, instead my tab bar has no selected tab highlights etc Can...

subtask

```lua win = { hl = tabby.hl:from('TabLine'), label = { '', tabby.win.name:unique() }, ``` * improve win's name API to support chain calling

enhancement

```lua tab = { hl = tabby.hl:from('TabLine'), outline = { left = '', right = '' }, active = { border = { color = 'red', text = '|' },...

enhancement

A filter config key for certain windows to hide from the bar would be an useful addition. An example would be the 'index' window label, when opening fugitives git status...

enhancement