Vim emulation for Godot's built-in script editor.IMPORTANT: Restart the editor after enabling the plugin.CORE VIM:- Modal Editing: Normal, Insert, Visual, Visual Line/Block, Replace- Motions: h/j/k/l, w/b/e, gg/G, %, {}, f/t, /, ?, n/N, *, #- Operators: d, c, y, >, <, =, gu, gU, g~, J- Text Objects: iw, aw, i", a", i(, a{, it, ip, is, etc.- Registers & Macros: q/@ recording, named registers- Marks & Jumps: m/'/`, Ctrl-O/Ctrl-I jumplist- Ex Commands: :w, :q, :s, :g, :reg, :%s/find/replace/gGODOT INTEGRATION:- Dock Navigation: Space+e (FileSystem), Space+o (Scene), Space+i (Inspector)- Scene Control: Space+r (run), Space+R (run current), Space+S (stop)- Debugging: Space+db (breakpoint), Space+dc/dn/di/do (step controls)- Code Intel: gd (go to definition), K (documentation)- Window Nav: Ctrl+h/j/k/lConfigure in Editor β Editor Settings β Plugins β GodotVim