Skip to content

Tags: bernardo-bruning/godot-vim

Tags

0.3

Toggle 0.3's commit message
- Introduce jk to exit edit mode

- Introduce commands goto and find

0.2

Toggle 0.2's commit message
Status bar

Command mode
 - / Search
 - :marks
 - Visual line mode
 - iw and iW motions for d, c, y, and visual mode (e.g. diw or viW)
 - Automatically switch to visual mode when making a selection with cursor
 - Special 0 ~ 9 marks (like `0, `1, `2 ...) for recently visited scripts

New commands
 - J (join lines)
 - D and C
 - cc
 - O (insert line above)
 - I and A (insert at start/end of line)
 - ^ (jump to first non-whitespace character in line)
 - yy (line yank)
 - x (delete single character)
 - s
 - r (replace character)
 - n and N (jump to search next/previous search result)
 - zz (center screen at caret)
 - >> and << (indent/unindent)
 - m and ` (create/jump to mark

0.1

Toggle 0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create LICENSE