Update README.md

This commit is contained in:
James Cherti
2024-08-03 15:04:22 -04:00
parent 7a26b57de8
commit b7138c1368

View File

@@ -102,6 +102,14 @@ Configuring Vim keybindings in Emacs can greatly enhance your editing efficiency
(evil-collection-init))
```
You can also add [vim-tab-bar](https://github.com/jamescherti/vim-tab-bar.el) to `~/.emacs.d/post-init.el` to give the built-in Emacs tab-bar a style similar to Vim's tabbed browsing interface:
``` emacs-lisp
(use-package vim-tab-bar
:ensure t
:config
(vim-tab-bar-mode 1))
```
## License
Copyright (C) 2024 [James Cherti](https://www.jamescherti.com)