aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-12Name modes more consistentlyMarc André Tanner1-35/+40
2014-09-12Take snapshot when leaving insert/replace modeMarc André Tanner1-0/+12
2014-09-12Make normal mode command 'x' undoableMarc André Tanner1-1/+1
2014-09-11Be stricter on what commands to accept at the ':'- promptMarc André Tanner2-22/+21
2014-09-11Fix bug when moving to characters with display width > 1Marc André Tanner1-3/+2
2014-09-11Add :edit commandMarc André Tanner6-7/+65
2014-09-11Remove Ctrl+c for quit, since we now have a command promptMarc André Tanner2-5/+4
2014-09-11Fix ascii art tree of modesMarc André Tanner1-2/+2
2014-09-11Add normal mode command 'X'Marc André Tanner1-0/+1
2014-09-11Avoid segfault if no previous search has been performedMarc André Tanner1-1/+5
2014-09-11Fix warnings about redefinition of typedefed structsMarc André Tanner2-2/+1
2014-09-11Add/cleanup window commands Ctrl-{n,s,q}Marc André Tanner2-5/+19
2014-09-11Add :qall commandMarc André Tanner4-6/+22
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é Tanner2-0/+18
2014-09-10Add normal mode commands 'O' and 'o'Marc André Tanner2-0/+10
2014-09-10Make movements to next / previous line availableMarc André Tanner1-0/+4
2014-09-10text-motions: add text_line_prev functionMarc André Tanner2-2/+17
2014-09-10text-motions: fix no match case of text_find_char_{next,prev}Marc André Tanner2-5/+11
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é Tanner2-0/+8
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é Tanner2-5/+23
2014-09-10Add normal mode key binding for 'r'Marc André Tanner2-0/+10
2014-09-10Add a few comments about the subtleties of mode switchingMarc André Tanner2-1/+8
2014-09-10Redraw editor content after command executionMarc André Tanner1-0/+1
2014-09-10If text has been created from an empty file, store filename upon first saveMarc André Tanner2-0/+3
2014-09-10Keep window focused indication while prompt is shownMarc André Tanner1-1/+2
2014-09-10Fix :q commandMarc André Tanner3-18/+24
2014-09-10Add license headerMarc André Tanner3-0/+45
2014-09-10Simplify drawing of the window statusbarMarc André Tanner4-23/+17
2014-09-10Simplify cursor color managementMarc André Tanner4-114/+72
2014-09-10Add comments where appropriateMarc André Tanner14-123/+272
2014-09-09Cleanup header filesMarc André Tanner7-32/+41
2014-09-09Remove trailing whitespaces (sed 's/[ \t]*$//')Marc André Tanner9-21/+21
2014-09-09Rename vis.[ch] to editor.[ch] and main.c to vis.cMarc André Tanner11-1582/+1587
2014-09-09Unclutter config.def.h by moving stuff to main.cMarc André Tanner2-652/+710
2014-09-09Add window borders in vertical layoutMarc André Tanner1-2/+4
2014-09-09Open all files given on command lineMarc André Tanner1-2/+6
2014-09-09Add infrastructure for commandsMarc André Tanner2-2/+160
2014-09-09Separate different types of text objectsMarc André Tanner1-34/+46
2014-09-09Add all 26 marksMarc André Tanner2-5/+94
2014-09-09Add all 26 registersMarc André Tanner2-5/+83
2014-09-09Detect whether a file is already opened when splitting a windowMarc André Tanner1-3/+13