A memory-safe and efficient Vim clone written in C. Supports some vim keybindings and find/replace so far.
Clone the repository and run make.
./jvim [filename]
Use an existing filename to load a file, or otherwise to create a new file.
ifor insert mode0for beginning of line$for end of lineGfor end of fileofor new line belowOfor new line abovento go to next result in find/replace mode[Enter]to replace in find/replace mode
:wqto save and quit:q!to quit:find [str]to match all instances ofstr:replace [str1] [str2]to open find/replace
Reach out with any ideas!