Skip to content

Vim Plugin

Help query: "What does the vim plugin do?" / "How do I use vim in Volt?"

The vim plugin is Volt's modal editing package: Normal/Insert/Visual motions and operators, command-line, macros/marks/search, and a large Space leader map that reaches workspace, git, oil, terminal, ACP, and other plugins.

Package namevim
Moduleuser/vim.rs

What it does

  • Provide vim-style modal editing (motions, operators, visual mode)
  • Open the vim command-line and related edit commands
  • Expose the default Space leader map to other packages
  • Bind window navigation and common workflow chords

Commands

CommandDescription
vim.command-lineOpens the vim command-line.
vim.enter-normal-modeEnters Normal mode.
vim.*Large set of motion/operator/edit commands registered in package() — see user/vim.rs.

Keybindings

ChordCommandScope
Escapevim.enter-normal-modeGlobal
Space (leader)many plugin commandsWorkspace Normal
Ctrl+h/j/k/lworkspace.window-*Workspace / Popup
: / Alt+xcommand-line / command pickerWorkspace
Space g sgit.status-openLeader example
Space o tterminal.openLeader example

Notes

Change the leader by editing LEADER_KEY in user/vim.rs (default Space), then rebuild volt-user. Exact motion tables are large — open user/vim.rs or the keybindings picker (F7) for the live list.

Volt — modal editor platform · docs optimized for in-editor help search