mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-15 13:53:05 +00:00
Added description of mc-hide-unmached-mode to Readme
This commit is contained in:
parent
bf9e8e95e0
commit
4b0e91239e
@ -95,7 +95,8 @@ You can [watch an intro to multiple-cursors at Emacs Rocks](http://emacsrocks.co
|
|||||||
insert a newline in multiple-cursors-mode, use `C-j`.
|
insert a newline in multiple-cursors-mode, use `C-j`.
|
||||||
|
|
||||||
- Sometimes you end up with cursors outside of your view. You can
|
- Sometimes you end up with cursors outside of your view. You can
|
||||||
scroll the screen to center on each cursor with `C-v` and `M-v`.
|
scroll the screen to center on each cursor with `C-v` and `M-v` or you can
|
||||||
|
press `C-'` to hide all lines without a cursor, press `C-'` again to unhide.
|
||||||
|
|
||||||
- Try pressing `mc/mark-next-like-this` with no region selected. It
|
- Try pressing `mc/mark-next-like-this` with no region selected. It
|
||||||
will just add a cursor on the next line.
|
will just add a cursor on the next line.
|
||||||
@ -184,6 +185,7 @@ Run the tests with:
|
|||||||
* [Fuco](https://github.com/Fuco1) added the first version of `mc/mark-all-like-this-dwim`
|
* [Fuco](https://github.com/Fuco1) added the first version of `mc/mark-all-like-this-dwim`
|
||||||
* [Zach Kost-Smith](https://github.com/smithzvk) added `mc/mark-pop`
|
* [Zach Kost-Smith](https://github.com/smithzvk) added `mc/mark-pop`
|
||||||
* [Maciej Katafiasz](https://github.com/mathrick) added `mc/mark-all-dwim`
|
* [Maciej Katafiasz](https://github.com/mathrick) added `mc/mark-all-dwim`
|
||||||
|
* [Aleksey Fedotov](https://github.com/lexa) added `mc-hide-unmatched-lines-mode`
|
||||||
|
|
||||||
Thanks!
|
Thanks!
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user