diff --git a/README.md b/README.md index 0a39557..1e54abd 100644 --- a/README.md +++ b/README.md @@ -718,6 +718,9 @@ You can also install the [vim-tab-bar](https://github.com/jamescherti/vim-tab-ba :hook (after-init . vim-tab-bar-mode)) ``` +![](https://raw.githubusercontent.com/jamescherti/vim-tab-bar.el/main/.screenshots/emacs-tab-like-vim.png) +(The screenshot above showcases how vim-tab-bar modifies the built-in Emacs interface.) + The `evil-surround` package simplifies handling surrounding characters, such as parentheses, brackets, quotes, etc. It provides key bindings to easily add, change, or delete these surrounding characters in pairs. For instance, you can surround the currently selected text with double quotes in visual state using `S"` or `gS"`: ``` emacs-lisp ;; The evil-surround package simplifies handling surrounding characters, such as