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

Tab Rename Feature

Open jeeeem opened this issue 3 years ago • 2 comments

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?

jeeeem avatar Jun 27 '22 01:06 jeeeem

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 avatar Jun 27 '22 02:06 tiagovla

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

tiagovla avatar Jun 27 '22 02:06 tiagovla

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.

minego avatar Mar 22 '23 21:03 minego