Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

only one tab is seen when show_tabs_only = true #44

Open
@SashkaRRR

Description

@SashkaRRR

when show_tabs_only = true, several buffers opened in the split window and not first (top left window) is selected only one tab is seen in tabline

  require'tabline'.setup {
    -- Defaults configuration options
    enable = true,
    options = {
    -- If lualine is installed tabline will use separators configured in lualine by default.
    -- These options can be used to override those settings.
      section_separators = {'', ''},
      component_separators = {'', ''},
      max_bufferline_percent = 66, -- set to nil by default, and it uses vim.o.columns * 2/3
      show_tabs_always = true, -- this shows tabs only when there are more than one tab or if the first tab is named
      show_devicons = true, -- this shows devicons in buffer section
      show_bufnr = false, -- this appends [bufnr] to buffer section,
      show_filename_only = false, -- shows base filename only instead of relative path in filename
      modified_icon = "+ ", -- change the default modified icon
      modified_italic = false, -- set to true by default; this determines whether the filename turns italic if modified
      show_tabs_only = true, -- this shows only tabs instead of tabs + buffers
    }
  }

  1. 3 tabs are opened, the left top window of the first tab is selected
    image
  2. The same tabs are opened, but the left down window is selected. Only first tab is seen
    image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions