aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Add user prompt infrastructureMarc André Tanner1-12/+65
2014-09-06Add visual mode key bindingsMarc André Tanner1-2/+11
2014-09-06Add insert mode key bindingsMarc André Tanner1-7/+55
2014-09-05Implement movement to column in lineMarc André Tanner1-0/+14
2014-09-05Fix missuse of cursor instead of call in config.def.hMarc André Tanner1-5/+5
2014-09-05Update nano keybindings to infrastructure changesMarc André Tanner1-30/+27
2014-09-05In visual mode operators should operate on the selected textMarc André Tanner1-2/+14
2014-09-05Remember whether the register content is linewiseMarc André Tanner1-0/+6
2014-09-05Remove cruft from config.def.hMarc André Tanner1-11/+0
2014-09-04Skip modes with common prefix if it does not matchMarc André Tanner1-0/+4
2014-09-04Implement movement to a given lineMarc André Tanner1-1/+11
2014-09-04Fix action multiplierMarc André Tanner1-2/+4
2014-09-04Implement to/till movements i.e. 'f', 'F', 't', 'T'Marc André Tanner1-0/+41
2014-09-04Implement rudimentary mark handlingMarc André Tanner1-16/+79
2014-09-03Rudimentary support for copy / paste via registersMarc André Tanner1-21/+47
2014-09-03Enable text objects, introduce operator optionsMarc André Tanner1-19/+110
2014-09-03Fix cursor placement after delete operationMarc André Tanner1-2/+1
2014-09-02First try at a repeat command i.e. '.'Marc André Tanner1-2/+11
2014-09-01Refactor frontend codeMarc André Tanner1-78/+79
2014-08-31First part of a vi like frontendMarc André Tanner1-73/+340
2014-08-24Add work in progress editor frontendMarc André Tanner1-0/+355