You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
Summary
I would like my files open in insert mode by default, rather than normal mode.
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:
The text was updated successfully, but these errors were encountered: