summaryrefslogtreecommitdiff
path: root/src/main
AgeCommit message (Expand)Author
2024-04-03Add completion to executeAlbert Cervin
2024-03-26Implement kill-buffer commandAlbert Cervin
2024-03-24Improve and simplify movement logicAlbert Cervin
2024-03-22Add a sigsegv handlerAlbert Cervin
2024-03-18Fix clang buildAlbert Cervin
2024-03-18More work on languages/syntaxAlbert Cervin
2024-03-07Fix asan errorsAlbert Cervin
2024-03-07Implement timers properlyAlbert Cervin
2024-03-05Make syntax path a proper search pathAlbert Cervin
2024-02-23Disable automatic trigger of buffer completionAlbert Cervin
2024-02-18Fix completion of paths not retaining first letterAlbert Cervin
2024-02-18Remove extra newlines in buffer listAlbert Cervin
2024-02-14Improve word deletionAlbert Cervin
2024-02-01Add git commit syntaxAlbert Cervin
2024-01-31Fix syntax predicate creationAlbert Cervin
2024-01-31Fix replace crashAlbert Cervin
2024-01-30Syntax highlight is a goAlbert Cervin
2024-01-25Restore lazy row additionAlbert Cervin
2024-01-25Add final slash to find-file-relativeAlbert Cervin
2024-01-25Improve word navigationAlbert Cervin
2024-01-24Relative find file and small fixesAlbert Cervin
2024-01-15Completion reworkAlbert Cervin
2023-11-19Make goto line a bit more intelligentAlbert Cervin
2023-10-19Fix search result scoreAlbert Cervin
2023-10-19follow-up fixes after refactoringAlbert Cervin
2023-10-19big buffer/buffer_view reworkAlbert Cervin
2023-07-11Implement replace + autocompleteAlbert Cervin
2023-05-24Formatting changesAlbert Cervin
2023-05-24TOML settings parsingAlbert Cervin
2023-05-11Fix write to file when no changesAlbert Cervin
2023-05-11Fix some memory leaksAlbert Cervin
2023-05-11Fix languagesAlbert Cervin
2023-05-10Implement word deletionAlbert Cervin
2023-05-09Finish buflist implementationAlbert Cervin
2023-05-09Start of buflist implementationAlbert Cervin
2023-05-08Implement file reloadingAlbert Cervin
2023-05-01Implement buffer reloadAlbert Cervin
2023-05-01Implement window handlingAlbert Cervin