Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'evil-visualstar', 'evil-surround' #484

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,13 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g
- [[https://github.com/coldnew/pangu-spacing][pangu-spacing]] - Minor-mode to automatically add space between CJK and Latin characters.
- [[https://github.com/tslilc/siege-mode][siege-mode]] - An emacs minor mode to surround the region with smart delimiters interactively.
- [[https://github.com/ganmacs/emacs-surround][emacs-surround]] - Emacs version of vim.surround
- [[https://github.com/emacs-evil/evil-surround][evil-surround]] - Emacs version of vim.surround that uses =Evil= as its vi layer.

**** Select

- [[https://github.com/magnars/expand-region.el][expand-region.el]] - Increase selected region by semantic units.
- [[https://elpa.gnu.org/packages/expreg.html][expreg]] - Like =expand-region=, but using =tree-sitter= for language-specific region expansion.
- [[https://github.com/bling/evil-visualstar][evil-visualstar]] - Makes visual selections work with the * operator in =evil-mode=.

**** Highlight

Expand Down
Loading