vip

VI Plus
git clone https://codeberg.org/night0721/vip
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-07-04 16:130 and $ in vimnight07211+12-0
2024-07-04 16:04Refactor input/output functions to io.cnight07211+309-0
2024-07-04 16:03Filetype detect, syntax highlight for single and multiline comment, strings, keywordsnight07213+191-25
2024-07-04 16:01Refactor editor.c and vip.cnight07212+109-389
2024-07-04 16:00Refactor header filesnight07216+58-43
2024-07-04 15:59Move config in vip.h to config.hnight07212+30-2
2024-07-03 12:23Fix syntax highlight for number and decimal numbersnight07212+41-14
2024-07-03 12:14Remove unnecessary codenight07212+0-3
2024-07-03 12:13remove debugnight07211+0-3
2024-07-03 12:12Make colors align, add syntax highlight and command modenight07217+152-32
2024-07-03 10:11Search textnight07216+170-78
2024-07-03 08:58Implement vim keystrokes, vim modes and bar's linesnight07215+128-38
2024-07-03 02:00Prompt at barnight07212+42-1
2024-07-03 01:41Change white color, support enter and backspace and refactornight07216+196-91
2024-07-02 21:56Add save file, quit confirm, make bar look betternight07213+97-13
2024-07-01 19:40handle more keysnight07214+43-0
2024-07-01 02:11refactor to move src and includenight07218+379-365
2024-07-01 01:48edit bar to look like catpuccinnight07211+23-9
2024-06-30 18:55Make text viewable and make a bar at bottom of screennight07217+381-113
2024-06-25 00:10add basic movement and uinight07211+290-2
2024-06-22 19:50initnight07215+746-0