tiagovla / scope.nvim

Revolutionize Your Neovim Tab Workflow: Introducing Enhanced Tab Scoping!
406 stars 21 forks source link

Tab Rename Feature #3

Closed jeeeem closed 1 year ago

jeeeem commented 2 years ago

Firstly, thanks for making this plugin as this is the workflow I am looking for a lua plugin.

From what I understand in the GIF workflow, does this plugin work like vim-ctrlspace in such a way that you can group buffers in different tabs and you can navigate those buffers only in those tab groups. Is it possible to have a feature to rename the tab groups?

tiagovla commented 2 years ago

That's exactly it. This plugin itself just manages which buffers are hidden/shown in every tab. Renaming tabs should be implemented in the bufferline plugin (e.g. bufferline.nvim).

tiagovla commented 2 years ago

Instead of a bufferline plugin + scope.nvim, maybe give this a look https://github.com/kdheepak/tabline.nvim.

minego commented 1 year ago

If you are using https://github.com/nvim-lualine/lualine.nvim to control the look of your tabline you can use :LualineRenameTab to rename a tab.