aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Support longer key bindingsMarc André Tanner1-26/+42
2014-11-10Improve syntax highlighting of C style comments ending in **/Marc André Tanner1-1/+1
2014-11-01Improve usage as a filterMarc André Tanner1-2/+6
2014-10-27Also join lines if cursor is at beginning of a lineMarc André Tanner1-2/+3
2014-10-27Also join lines if cursor is on newline (after text)Marc André Tanner1-1/+1
2014-10-27Fix segfault when joining linesMarc André Tanner1-1/+1
2014-10-25Treat file read from stdin as unmodifiedMarc André Tanner1-0/+1
2014-10-25Accept spaces between range and commandMarc André Tanner1-0/+1
2014-10-25Set correct default range for commandsMarc André Tanner1-3/+6
2014-10-25Introduce text_range_sizeMarc André Tanner2-3/+7
2014-10-25Support partial writesMarc André Tanner3-10/+22
2014-10-25Support partial savesMarc André Tanner3-12/+26
2014-10-25Change return type of text_saveMarc André Tanner3-6/+6
2014-10-25Fix mode switching bugsMarc André Tanner3-7/+22
2014-10-25Set MARK_SELECTION_{START,END} in visual modeMarc André Tanner1-0/+3
2014-10-25Recognize some basic file rangesMarc André Tanner1-7/+88
2014-10-25Add Filerange argument to all commandsMarc André Tanner1-37/+38
2014-10-24Make command prompt available in visual modesMarc André Tanner4-16/+27
2014-10-24Do not crash when given an invalid search patternMarc André Tanner1-1/+4
2014-10-24Add option to execute commands on startup via +{cmd}Marc André Tanner2-24/+41
2014-10-23Use pselect instead of selectMarc André Tanner1-2/+7
2014-10-23Move feature test macros to config.mkMarc André Tanner5-10/+2
2014-10-21Read text to edit from stdin if it isn't a terminalMarc André Tanner1-10/+15
2014-10-19Preserve file permissions when savingStephen Paul Weber1-3/+10
2014-10-19<End> goes past end in insert modeStephen Paul Weber1-0/+1
2014-10-19Only cast once in op_case_changeMarc André Tanner1-8/+7
2014-10-19Toggle case operatorStephen Paul Weber2-1/+6
2014-10-18Place cursor after inserted text when pasting a registerale rimoldi1-1/+3
2014-10-17Make editor usable as a filter: echo foo | vis - | catMarc André Tanner4-13/+53
2014-10-17Make running flag volatileMarc André Tanner1-1/+1
2014-10-17Read stdin when given - as filenameMarc André Tanner5-4/+44
2014-10-17Factor out editor main loopMarc André Tanner1-27/+30
2014-10-07Add syntax rules for HaskellStephen Paul Weber2-5/+65
2014-09-30Improve some syntax highlighting rulesMarc André Tanner1-4/+4
2014-09-30Make text objects available in visual modeMarc André Tanner2-34/+54
2014-09-30Clean up visual mode handlingMarc André Tanner2-7/+10
2014-09-30Unbreak 'J' in normal modeMarc André Tanner1-1/+1
2014-09-30Allow to supend the editor via CTRL-ZMarc André Tanner2-0/+9
2014-09-30Promote join to an operatorMarc André Tanner2-16/+33
2014-09-28More helpful error when trying to open a non fileMarc André Tanner1-1/+3
2014-09-28Make '.' repeat last insertionMarc André Tanner4-0/+28
2014-09-28Fix typo in piece table caching layerMarc André Tanner1-1/+1
2014-09-28Improve argument validation in text_insertMarc André Tanner1-0/+2
2014-09-27Add insert mode key bindings CTRL-X+CTRL-{E,Y}Marc André Tanner1-0/+2
2014-09-27Hook up shifting in insert mode via CTRL-{D,T}Marc André Tanner1-0/+2
2014-09-27Improve cursor placement after shiftingMarc André Tanner1-2/+5
2014-09-27Implement 'zt', 'zz', 'zb'Marc André Tanner4-1/+56
2014-09-27Implement '#'Marc André Tanner2-10/+31
2014-09-27Make '*' more usefulMarc André Tanner1-7/+12
2014-09-27Add text objects for word (lowercase) variantMarc André Tanner6-22/+38