Skip to content

Commit

Permalink
Document sublime inspired keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwolfz committed Oct 27, 2018
1 parent d7bb915 commit f5243bb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions layers/+misc/multiple-cursors/README.org
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ The =evil-mc= package provides the following key bindings:

For easy navigation you also have the following:

| Key Binding | Description |
|-------------+-----------------------------------|
| ~M-n~ | evil-mc-make-and-goto-next-cursor |
| ~M-p~ | evil-mc-make-and-goto-prev-cursor |
| ~C-n~ | evil-mc-make-and-goto-next-match |
| ~C-p~ | evil-mc-make-and-goto-prev-match |
| ~C-t~ | evil-mc-skip-and-goto-next-match |
| Key Binding | Description |
|-------------+------------------------------------|
| ~M-n~ | evil-mc-make-and-goto-next-cursor |
| ~M-p~ | evil-mc-make-and-goto-prev-cursor |
| ~C-n~ | evil-mc-make-and-goto-next-match |
| ~C-p~ | evil-mc-make-and-goto-prev-match |
| ~C-t~ | evil-mc-skip-and-goto-next-match |
| ~C-M-j~ | evil-mc-make-cursor-move-next-line |
| ~C-M-k~ | evil-mc-make-cursor-move-prev-line |

0 comments on commit f5243bb

Please sign in to comment.