summaryrefslogtreecommitdiff
path: root/src/main/bindings.c
AgeCommit message (Collapse)Author
2023-05-10Implement word deletionAlbert Cervin
M-d for forward, M-D for backward
2023-05-09Start of buflist implementationAlbert Cervin
2023-05-08Implement file reloadingAlbert Cervin
When for examplue using formatters or doing vc updates, it is useful if the file is reloaded from disk.
2023-05-01Implement window handlingAlbert Cervin
Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region