Update README.md

This commit is contained in:
James Cherti
2025-06-29 14:55:10 -04:00
parent ee0952d008
commit ba0b6c8892

View File

@@ -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) ![](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"`: 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 ``` emacs-lisp