Add binding for mc/mark-next-like-this-word

This commit is contained in:
niten 2022-09-12 16:07:46 -05:00
parent 2f07850d0a
commit 327ab8b05a
1 changed files with 1 additions and 0 deletions

View File

@ -407,6 +407,7 @@
:desc "Edit lines" "l" #'mc/edit-lines
:desc "Mark next" "n" #'mc/mark-next-like-this
:desc "Unmark next" "N" #'mc/unmark-next-like-this
:desc "Mark next word" "w" #'mc/mark-next-like-this-word
:desc "Mark previous" "p" #'mc/mark-previous-like-this
:desc "Unmark previous" "P" #'mc/unmark-previous-like-this
:desc "Mark all" "t" #'mc/mark-all-like-this