mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Mention only 'mc/mark-all-dwim' in README to prevent confusing redundancy
This commit is contained in:
parent
18d858f0de
commit
ad79ad8b52
@ -69,8 +69,7 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co
|
|||||||
- `mc/mark-all-like-this-in-defun`: Marks all parts of the current defun that matches the current region.
|
- `mc/mark-all-like-this-in-defun`: Marks all parts of the current defun that matches the current region.
|
||||||
- `mc/mark-all-words-like-this-in-defun`: Like `mc/mark-all-like-this-in-defun` but only for whole words.
|
- `mc/mark-all-words-like-this-in-defun`: Like `mc/mark-all-like-this-in-defun` but only for whole words.
|
||||||
- `mc/mark-all-symbols-like-this-in-defun`: Like `mc/mark-all-like-this-in-defun` but only for whole symbols.
|
- `mc/mark-all-symbols-like-this-in-defun`: Like `mc/mark-all-like-this-in-defun` but only for whole symbols.
|
||||||
- `mc/mark-all-like-this-dwim`: Tries to be smart about marking everything you want. Can be pressed multiple times.
|
- `mc/mark-all-dwim`: Tries to be smart about marking everything you want. Can be pressed multiple times.
|
||||||
- `mc/mark-all-dwim`: Combines `mc/mark-all-like-this-dwim`, `mc/mark-all-in-region` and `mc/edit-lines`, guessing which one you want.
|
|
||||||
|
|
||||||
### Special
|
### Special
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user