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
typesend opened this issue Jul 5, 2024 · 2 comments
Open

Add vim setting to define the default vim mode #13881

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

Comments

@typesend
Copy link

typesend commented Jul 5, 2024

Summary

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
@notpeter notpeter added vim setting Feedback for preferences, configuration, etc and removed triage labels Jul 6, 2024
@ConradIrwin
Copy link
Member

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

@croccifixio
Copy link

A configurable default vim mode would be really nice to have for those using the recently merged Helix support #19175 which added a new mode: helix_normal.

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

4 participants