elpa-expand-region

Increase selected region in Emacs by semantic units

Description

Expand region increases the selected region by semantic units. Just keep pressing the 'C-=' key until it selects what you want. The notion of "semantic" is language-sensitive.

Example: editing

(setq alphabet-start "abc def")

With the cursor at the `c`, it starts by marking the entire word `abc`, then expand to the contents of the quotes `abc def`, then to the entire quote `"abc def"`, then to the contents of the sexp `setq alphabet-start "abc def"` and finally to the entire sexp.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/magnars/expand-region.el


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install elpa-expand-region