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

Support moving cursor to next line when using cmd-/ #5864

Closed
1 task done
JosephTLyons opened this issue Dec 24, 2022 · 0 comments · Fixed by #2171
Closed
1 task done

Support moving cursor to next line when using cmd-/ #5864

JosephTLyons opened this issue Dec 24, 2022 · 0 comments · Fixed by #2171
Assignees
Labels
editor Feedback for code editing, formatting, editor iterations, etc enhancement [core label] keymap / key binding Feedback for keyboard shortcuts, key mapping, etc

Comments

@JosephTLyons
Copy link
Contributor

Check for existing issues

  • Completed

Describe the feature

JetBrains IDEs advance the cursor down a line after running the comment command:

"cmd-/": "editor::ToggleComments"

We should provide a boolean to this keybinding to support this:

"cmd-/": [
    "editor::ToggleComments",
    {
        "move_cursor_to_next_line": false
    }
]

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@JosephTLyons JosephTLyons added enhancement [core label] editor Feedback for code editing, formatting, editor iterations, etc keymap / key binding Feedback for keyboard shortcuts, key mapping, etc labels Dec 24, 2022
@JosephTLyons JosephTLyons self-assigned this Feb 15, 2023
@JosephTLyons JosephTLyons transferred this issue from zed-industries/community Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Feedback for code editing, formatting, editor iterations, etc enhancement [core label] keymap / key binding Feedback for keyboard shortcuts, key mapping, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant