summaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)Author
2014-09-10Keep window focused indication while prompt is shownMarc André Tanner
2014-09-10Simplify drawing of the window statusbarMarc André Tanner
2014-09-10Add comments where appropriateMarc André Tanner
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner
2014-09-09Unclutter config.def.h by moving stuff to main.cMarc André Tanner
2014-09-09Add infrastructure for commandsMarc André Tanner
2014-09-09Separate different types of text objectsMarc André Tanner
2014-09-09Add all 26 marksMarc André Tanner
2014-09-09Add all 26 registersMarc André Tanner
2014-09-09Fix a few memory leaksMarc André Tanner
2014-09-09Change mode input prototypeMarc André Tanner
2014-09-08Improve undo/redoMarc André Tanner
2014-09-08Hook up search as a movementMarc André Tanner
2014-09-08Fix repeat commandMarc André Tanner
2014-09-08Zero can be both a movement and part of a multiplierMarc André Tanner
2014-09-08Make Home/End keys work in command promptMarc André Tanner
2014-09-08Fix insertion of newlinesMarc André Tanner
2014-09-08Add user prompt infrastructureMarc André Tanner
2014-09-06Add visual mode key bindingsMarc André Tanner
2014-09-06Add insert mode key bindingsMarc André Tanner
2014-09-05Implement movement to column in lineMarc André Tanner
2014-09-05Fix missuse of cursor instead of call in config.def.hMarc André Tanner
2014-09-05Update nano keybindings to infrastructure changesMarc André Tanner
2014-09-05In visual mode operators should operate on the selected textMarc André Tanner
2014-09-05Remember whether the register content is linewiseMarc André Tanner
2014-09-05Remove cruft from config.def.hMarc André Tanner
2014-09-04Skip modes with common prefix if it does not matchMarc André Tanner
2014-09-04Implement movement to a given lineMarc André Tanner
2014-09-04Fix action multiplierMarc André Tanner
2014-09-04Implement to/till movements i.e. 'f', 'F', 't', 'T'Marc André Tanner
2014-09-04Implement rudimentary mark handlingMarc André Tanner
2014-09-03Rudimentary support for copy / paste via registersMarc André Tanner
2014-09-03Enable text objects, introduce operator optionsMarc André Tanner
2014-09-03Fix cursor placement after delete operationMarc André Tanner
2014-09-02First try at a repeat command i.e. '.'Marc André Tanner
2014-09-01Refactor frontend codeMarc André Tanner
2014-08-31First part of a vi like frontendMarc André Tanner
2014-08-24Add work in progress editor frontendMarc André Tanner