Update README.md

This commit is contained in:
James Cherti
2025-06-29 14:54:37 -04:00
parent dc7ff55e8c
commit ee0952d008

View File

@@ -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)) :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"`: 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
;; The evil-surround package simplifies handling surrounding characters, such as ;; The evil-surround package simplifies handling surrounding characters, such as