Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

opencode-vim

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencode-vim

Adds Vim-style insert and normal mode editing to the OpenCode prompt.

npmnpm
Version
0.0.13
Version published
Weekly downloads
49
-18.33%
Maintainers
1
Weekly downloads
 
Created
Source

opencode-vim

Adds Vim-style insert and normal mode editing to the OpenCode prompt.

Demo

Installation

Install from the CLI:

opencode plugin opencode-vim@latest --global

Supported Keys

KeyBehavior
<Esc>, <C-[>Enter normal mode
i, a, A, o, OReturn to insert mode
h, j, k, l, w, b, e, $, 0Move through the prompt
x, d, c, y, p, u, <C-r>Edit, yank, paste, undo, redo
v, VVisual and visual-line selection
3w, diw, ci", yiq, dip, yibCounts and text objects
<CR> in normal modeSubmit the prompt
/vimToggle Vim mode on or off

See docs/configuration.md for configuration options and keymap examples.

FAQs

Package last updated on 10 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts