From ba0b6c8892dd07beef4958655b9695480050408e Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:55:10 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e54abd..03df74a 100644 --- a/README.md +++ b/README.md @@ -719,7 +719,8 @@ 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 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