From ee0952d0085a0c50fa3a4d419f34f808affc573e Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:54:37 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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