Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vim mode missing gq/gw format operators #5529

Closed
schroederc opened this issue Aug 14, 2018 · 2 comments
Closed

Vim mode missing gq/gw format operators #5529

schroederc opened this issue Aug 14, 2018 · 2 comments
Labels

Comments

@schroederc
Copy link

gw is very useful for formatting text (in particular, for word-wrapping large paragraphs).

Operator documentation:

gq{motion}		Format the lines that {motion} moves over.
			The cursor is left on the first non-blank of the last
			formatted line.
gw{motion}		Format the lines that {motion} moves over.  Similar to
			|gq| but puts the cursor back at the same position in
			the text.
@WilliamCappelletti
Copy link

+1

@marijnh
Copy link
Member

marijnh commented Jul 19, 2022

The vim code is now being maintained at https://github.com/replit/codemirror-vim/ . If this is still important, check whether there is an issue open for it there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants