vim: gq (#18156)
Closes #ISSUE Release Notes: - vim: Added gq/gw for rewrapping lines
This commit is contained in:
parent
7dac5594cd
commit
45388805ad
7 changed files with 177 additions and 3 deletions
|
@ -13,6 +13,7 @@ mod motion;
|
|||
mod normal;
|
||||
mod object;
|
||||
mod replace;
|
||||
mod rewrap;
|
||||
mod state;
|
||||
mod surrounds;
|
||||
mod visual;
|
||||
|
@ -291,6 +292,7 @@ impl Vim {
|
|||
command::register(editor, cx);
|
||||
replace::register(editor, cx);
|
||||
indent::register(editor, cx);
|
||||
rewrap::register(editor, cx);
|
||||
object::register(editor, cx);
|
||||
visual::register(editor, cx);
|
||||
change_list::register(editor, cx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue