From 241d0e37f877569dd45dd3a750bc956e023eb2fd Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:55:33 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03df74a..c281df2 100644 --- a/README.md +++ b/README.md @@ -720,7 +720,7 @@ You can also install the [vim-tab-bar](https://github.com/jamescherti/vim-tab-ba ![](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 screenshot above showcases how vim-tab-bar modifies the built-in Emacs tab-bar.)* 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