Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Vim emulation for Godot's built-in script editor.FEATURES:- Normal Mode: Navigation (h, j, k, l, w, b, e, etc.)- Insert Mode: Standard text editing- Visual Mode: Select text (v, V, Ctrl+v)- Command Mode: :w, :q, :s, etc.- Macros: Record/Replay (q, @)- Marks: Set and Jump (m, ')- Text Objects: iw, aw, i", a", etc.
GodotVim
Vim emulation for Godot's built-in script editor.
Installation
From Godot Asset Library (Recommended)
- Open Godot Editor
- Go to AssetLib tab
- Search for "GodotVim"
- Click Download and Install
Manual Installation
- Download the latest release from Releases
- Extract the
addons/godot_vimfolder into your project'saddons/directory - Enable the plugin in Project → Project Settings → Plugins
Features
- Normal Mode: Navigate and edit with Vim motions (
h,j,k,l,w,b,e, etc.) - Insert Mode: Standard text editing with
i,a,o,O, etc. - Visual Mode: Select text with
v,V(linewise),Ctrl+v(block) - Command Mode: Execute commands with
:(:w,:q,:s, etc.) - Operators:
d(delete),c(change),y(yank),>/<(indent) - Text Objects:
iw,aw,i",a",i(,a(, etc. - Macros: Record with
q{register}, replay with@{register} - Marks: Set with
m{letter}, jump with'{letter}or`{letter} - Search:
/pattern,n,N,*,# - Custom Mappings: Configure in Project Settings
Configuration
Settings are available in Project → Project Settings → GodotVim:
- Enabled: Toggle Vim mode on/off
- Cursor Colors: Customize cursor color per mode
- Key Mappings: Add custom key mappings
- Key Passthrough List: Keys that bypass Vim and go to Godot
Supported Godot Versions
- Godot 4.2+
License
MIT License - see LICENSE for details.
Vim emulation for Godot's built-in script editor.
FEATURES:
- Normal Mode: Navigation (h, j, k, l, w, b, e, etc.)
- Insert Mode: Standard text editing
- Visual Mode: Select text (v, V, Ctrl+v)
- Command Mode: :w, :q, :s, etc.
- Macros: Record/Replay (q, @)
- Marks: Set and Jump (m, ')
- Text Objects: iw, aw, i", a", etc.
Reviews
Quick Information
Vim emulation for Godot's built-in script editor.FEATURES:- Normal Mode: Navigation (h, j, k, l, w, b, e, etc.)- Insert Mode: Standard text editing- Visual Mode: Select text (v, V, Ctrl+v)- Command Mode: :w, :q, :s, etc.- Macros: Record/Replay (q, @)- Marks: Set and Jump (m, ')- Text Objects: iw, aw, i", a", etc.