VSCodeVim / VSCodeVim/Vim

Unable to choose which Ctrl combinations to use

Open
#6,877 2 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

I don't know if this is considered a bug or a feature request, but I have vim.useCtrlKeys set to false because I prefer being able to use Ctrl + c, Ctrl + v, and Ctrl + a to copy and paste with the regular Windows clipboard when I need to copy something outside of Vim/VS Code.

But I really enjoy being able to use Ctrl + i and Ctrl + o to move through the jump list. Is there someway to keep the standard Windows functions from Ctrl + c, Ctrl + v, and Ctrl + a, but use the jump list for Ctrl + i and Ctrl + o?

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 tracing how the VS Code Vim extension reads vim.useCtrlKeys and maps Ctrl key combinations. Determine whether per-key selection can support keeping Ctrl+C, Ctrl+V, and Ctrl+A as standard Windows commands while retaining jump-list behavior for Ctrl+I and Ctrl+O, then verify both groups of shortcuts in VS Code.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript, vscode
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.