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

Add progressive increment across multiple cursors to the tutor #10821

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

brunbjerg
Copy link

Added a section on how to do PROGRESSIVE INCREMENT AND DECREMENT.

@hakan-demirli
Copy link

related: #9040

@the-mikedavis the-mikedavis linked an issue Jun 3, 2024 that may be closed by this pull request
Copy link
Member

@the-mikedavis the-mikedavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep the notation that we use for key combinations consistent: in other places in the tutor like section 7.4 we use Ctrl-a rather than c-a as you have here.

In the long run I'd like to have the tutor explain and use the key sequence notation that we use for keybindings and macros (best documented only by the code currently in helix-view/src/input.rs I believe).

For now though let's be verbose and say things like 'press " and then # followed by Ctrl-a'.

@the-mikedavis the-mikedavis added the A-documentation Area: Documentation improvements label Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documentation Area: Documentation improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add explanation in the docs for multiple selection increment
3 participants