svim
Recreation of the vi text editor in svelte
Supported Features
- Normal mode
- Insert mode
- Visual mode
- yank/paste
Planned Features
- Options mode (c/d)
- Replace
- Multi Insert
- Macros
- Find and replace
- Undo/Redo
- Marks
- More customization options
- Visual block mode
Notes:
The regex used to determine word and WORD (w/e/b/B) is not 100% accurate to the original vi editor