VSCodeVim / VSCodeVim/Vim

On mac ctrl-n did'n work when vim goto insert mode

Open
#7,574 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
15.2k
Forks
1.5k
Avg merge
3d 18h
Merged PRs (30d)
6

Description

Describe the bug
On mac ctrl-n did'n work when vim goto insert mode

To Reproduce
Steps to reproduce the behavior:

  1. vim plugins goto insert mode
  2. press 'ctrl + n' but didn't work
  3. delete:
    {
    "key": "ctrl + n",
    "command": "extension.vim_ctrl+n"
    }
  4. work

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.
If remapping-related, please attach log output: https://github.com/VSCodeVim/Vim#debugging-remappings.

Environment (please complete the following information):

  • Extension (VsCodeVim) version:v1.22.2
  • VSCode version:1.64.2 (Universal)
  • OS: macos monterey 12.0.1

Additional context
Add any other context about the problem here.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported Ctrl+N behavior on macOS in VSCodeVim v1.22.2 while entering Vim insert mode, using the keybinding/remapping configuration described in the issue. Trace how the extension handles Ctrl+N and confirm completion when the key works without removing the reported mapping.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
devtools
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.