-
I just created a nice tab line and status line with heirline and I wanted to create some key mappings to move the buffers in the tabline. How do I do that?
-
### Requested feature
Right now we can set component separator for both sections and tabline using one option field called `component_separators`. Can you, please, add a new field like `tabline_s…
-
**Oni Version:** 0.3.9
**Neovim Version (Linux only):** NVIM v0.2.1-1-g1b0d573
**Operating System:** OSX 10.14.5
**Issue:**
how to display tabline in Oni?
**Expected behavior:**
should …
-
How to show buffers in tabline, when only one tab is opened?
I use tabline_framework.toys and do not know how to do this.
-
Go into visual mode and then press `t` key multiple times to create multiple tabs.
```
$ r2 /bin/ls
[0x6000000]> Vp
ttttttt
```
Currently the tabline looks like this (by default):
```
_____(…
-
```lua
local lush = require "lush"
local base = require "zenflesh" -- some spec
local specs = lush.parse(function()
return {
TabLine { base.TabLine, gui = nil }, -- setting gui to nil, not "…
-
The following settings did not restore the "normal/proper" tabline as generated through [vim-airline](https://github.com/vim-airline/vim-airline). Please suggest a proper setting to restore the hidden…
-
With heirline being able to be used for tabline, winbar, and statusline. Would we be able to use it for the new `statuscolumn` option that's coming in Neovim v0.9? Heirline's API would make it very ea…
-
### Contributing guidelines
- [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md)
- [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovs…
-
Hello!
Bugreport
Component: Tabline, specificially the tablinePicker functionality
Example:
Copy the Tabline from the recipes, including the picker ... open a few buffers ... trigger the tabli…