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 vim setting to define the default vim mode #13881

Open
1 task done
typesend opened this issue Jul 5, 2024 · 1 comment
Open
1 task done

Add vim setting to define the default vim mode #13881

typesend opened this issue Jul 5, 2024 · 1 comment
Labels
enhancement [core label] setting Feedback for preferences, configuration, etc vim

Comments

@typesend
Copy link

typesend commented Jul 5, 2024

Check for existing issues

  • Completed

Describe the feature

I would like my files open in insert mode by default, rather than normal mode.

  "vim": {
    "default_mode": "insert"
  },

For my specific use case, I suppose this feature is equivalent to one where I can use a keybinding to toggle the boolean "vim_mode" setting. However, I imagine folks may want to set any valid vim mode as their default. The default should continue to be normal mode.

For comparison, VS Code has at least one vim extension that supports this option:

"vim.startInInsertMode": true

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

No response

@typesend typesend added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Jul 5, 2024
@notpeter notpeter added vim setting Feedback for preferences, configuration, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels Jul 6, 2024
@ConradIrwin
Copy link
Collaborator

Thanks for the idea! If you want to pair with me on this: https://calendly.com/conradirwin/pairing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] setting Feedback for preferences, configuration, etc vim
Projects
None yet
Development

No branches or pull requests

3 participants