tabbar icon indicating copy to clipboard operation
tabbar copied to clipboard

Tabbar is an emacs minor mode that displays a tab bar at the top, similar to the idea of web browser’s tabs.

Results 20 tabbar issues
Sort by recently updated
recently updated
newest added

This is probably an obscure edge case. I am using one i3-one-window per frame and screens with different resolutions, because of this I have frames with different pixel widths, when...

I'm new to `tabbar` and cannot find any information about hiding these forward and back buttons that load with `tabbar` by default. Image: I've tried the following but to no...

Tabbar works fine for me but the fact that it doesn't work with semantic-sticky-func (or org-sticky-header) bothers me. Is there a workaround for those two packages working together? Thanks!

With this change, when there is multiple window in emacs frame, and user click on a tab, will always show buffer in that window. Also the case with delete buffer....

Hi David, Thank you for maintaining tabbar :-) I'm in the process of packaging it for Debian, and I ran into a couple of issues. Debian's FTPMasters are strict about...

I tried to hide some tabs with "*" from my tabbar. After some google search, I found out that overriding "tabbar-buffer-list" does the work. So I have added ``` (defun...

Could we get Drag & Droppable tabs, at least in GUI mode?

My config groups tabs by git repo, by searching up the filesystem hierarchy looking for a `.git` directory (this is one of the suggestions on the [emacs wiki](https://www.emacswiki.org/emacs/TabBarMode). Today I...

Would it be possible to center the tabs instead of left-aligning them?