nanozuki / tabby.nvim

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
MIT License
563 stars 21 forks source link

Is it possible to assign a name when creating a new tab? #98

Closed nyngwang closed 1 year ago

nanozuki commented 1 year ago

Sorry for my lateness, I have been so busy in the last two months.

You write a lua config, add an autocmd at event TabNew, and call the TabRename command. Can you give me an example and I will try to write a sample config for you?

nyngwang commented 1 year ago

I have realized how to do it via #91. Closing...