Home

Awesome

vim-tab-bar.el

MELPA License

The vim-tab-bar.el package enhances Emacs' built-in tab-bar, giving it a style similar to Vim's tabbed browsing interface. It also ensures that the tab-bar's appearance aligns with the current theme's overall color scheme, providing a consistent look for your Emacs tab-bar.

Table of Contents

Features

(The screenshot above shows how the vim-tab-bar.el package makes the Emacs tab-bar appear)

Installation

To install vim-tab-bar from MELPA:

  1. If you haven't already done so, add MELPA repository to your Emacs configuration.

  2. Add the following code to your Emacs init file to install vim-tab-bar from MELPA:

(use-package vim-tab-bar
  :ensure t
  :commands vim-tab-bar-mode
  :hook
  (after-init . vim-tab-bar-mode))

Options

Show the tab groups

By default, tab groups are not displayed. You can make tab-bar-vim display them by setting the variable:

(setq vim-tab-bar-show-groups t)

Screenshots

The screenshots below shows how the vim-tab-bar.el package makes the Emacs tab-bar appear:

License

Copyright (C) 2024 James Cherti

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.

Links

Other Emacs packages by the same author: