aboutsummaryrefslogtreecommitdiff
path: root/vis.h
AgeCommit message (Collapse)AuthorFilesLines
2014-09-09Fix a few memory leaksMarc André Tanner1-0/+2
2014-09-08Improve undo/redoMarc André Tanner1-3/+0
Currently a snapshot is taken whenever an operator is completed or a certain idle time in either insert or replace mode is detected.
2014-09-08Hook up search as a movementMarc André Tanner1-3/+1
2014-09-08Add user prompt infrastructureMarc André Tanner1-0/+16
This is implemented by means of an one line height editor window and a set of custom key bindings.
2014-09-05Cleanup vis.hMarc André Tanner1-88/+6
2014-09-05Remember whether the register content is linewiseMarc André Tanner1-0/+1
2014-09-04Skip modes with common prefix if it does not matchMarc André Tanner1-0/+1
2014-09-04Implement movement to a given lineMarc André Tanner1-1/+0
2014-09-04Implement to/till movements i.e. 'f', 'F', 't', 'T'Marc André Tanner1-0/+1
2014-09-04Implement rudimentary mark handlingMarc André Tanner1-6/+12
2014-09-03Rudimentary support for copy / paste via registersMarc André Tanner1-1/+15
2014-09-03Enable text objects, introduce operator optionsMarc André Tanner1-0/+2
2014-09-01Refactor frontend codeMarc André Tanner1-0/+170
window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar.