I am using vim in a terminal and the airline plugin.
When I open more than one tab, airline only shows tabs name and not buffer name anymore. Is there a way to show the name of the buffers in the current tab?
I am using vim in a terminal and the airline plugin.
When I open more than one tab, airline only shows tabs name and not buffer name anymore. Is there a way to show the name of the buffers in the current tab?
Try vim bufferline.
Airline shows open buffers on the top bar only when you don't have any tabs. When you open another tab there are only tab names on that bar. With bufferline
you can see all open buffers on the bottom bar (or at least some of them, if you have many buffers opened at once and there's not enough space on screen), regardless of the tab you are currently in.
I recommend reading about the differences between tabs and buffers, specifically, why buffers are preferred way of working with vim.