aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-11Add/cleanup window commands Ctrl-{n,s,q}Marc André Tanner1-1/+3
2014-09-11Add :qall commandMarc André Tanner1-0/+1
2014-09-11On the prompt Ctrl-{B,E} should move the cursor to the begin/end of the lineMarc André Tanner1-0/+2
2014-09-11In visual mode 'v' should switch to normal modeMarc André Tanner1-0/+1
2014-09-11Add readline Ctrl+U bindingMarc André Tanner1-0/+1
2014-09-10Reindent readline key bindingsMarc André Tanner1-3/+3
2014-09-10Clean up normal mode key bindingsMarc André Tanner1-28/+28
2014-09-10Add normal mode command 's'Marc André Tanner1-0/+1
2014-09-10Add movement 'W'Marc André Tanner1-0/+1
2014-09-10Add normal mode command 'J'Marc André Tanner1-0/+1
2014-09-10Add normal mode commands 'O' and 'o'Marc André Tanner1-0/+2
2014-09-10Add normal command 'Y' as a synonym for 'yy'Marc André Tanner1-0/+1
2014-09-10Add normal command 'S' as asynonym for 'cc'Marc André Tanner1-0/+1
2014-09-10Add movements 'B' and 'E'Marc André Tanner1-0/+2
2014-09-10Add normal mode commands 'A', 'C', 'D' and 'I'Marc André Tanner1-1/+5
2014-09-10Add normal mode key binding for 'r'Marc André Tanner1-0/+1
2014-09-10Add a few comments about the subtleties of mode switchingMarc André Tanner1-0/+2
2014-09-10Keep window focused indication while prompt is shownMarc André Tanner1-1/+2
2014-09-10Simplify drawing of the window statusbarMarc André Tanner1-11/+11
2014-09-10Add comments where appropriateMarc André Tanner1-21/+53
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner1-2/+2
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner1-12/+12
2014-09-09Unclutter config.def.h by moving stuff to main.cMarc André Tanner1-647/+22
2014-09-09Add infrastructure for commandsMarc André Tanner1-2/+150
2014-09-09Separate different types of text objectsMarc André Tanner1-34/+46
2014-09-09Add all 26 marksMarc André Tanner1-3/+72
2014-09-09Add all 26 registersMarc André Tanner1-4/+61
2014-09-09Fix a few memory leaksMarc André Tanner1-5/+2
2014-09-09Change mode input prototypeMarc André Tanner1-6/+3
2014-09-08Improve undo/redoMarc André Tanner1-4/+21
2014-09-08Hook up search as a movementMarc André Tanner1-7/+37
2014-09-08Fix repeat commandMarc André Tanner1-1/+2
2014-09-08Zero can be both a movement and part of a multiplierMarc André Tanner1-1/+8
2014-09-08Make Home/End keys work in command promptMarc André Tanner1-0/+2
2014-09-08Fix insertion of newlinesMarc André Tanner1-1/+1
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