| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-10 | Keep window focused indication while prompt is shown | Marc André Tanner | |
| 2014-09-10 | Simplify drawing of the window statusbar | Marc André Tanner | |
| 2014-09-10 | Add comments where appropriate | Marc André Tanner | |
| 2014-09-09 | Remove trailing whitespaces (sed 's/[ \t]*$//') | Marc André Tanner | |
| 2014-09-09 | Rename vis.[ch] to editor.[ch] and main.c to vis.c | Marc André Tanner | |
| 2014-09-09 | Unclutter config.def.h by moving stuff to main.c | Marc André Tanner | |
| 2014-09-09 | Add infrastructure for commands | Marc André Tanner | |
| 2014-09-09 | Separate different types of text objects | Marc André Tanner | |
| These now have common prefixes which means the whole block can be skipped over if it doesn't match. | |||
| 2014-09-09 | Add all 26 marks | Marc André Tanner | |
| 2014-09-09 | Add all 26 registers | Marc André Tanner | |
| 2014-09-09 | Fix a few memory leaks | Marc André Tanner | |
| 2014-09-09 | Change mode input prototype | Marc André Tanner | |
| 2014-09-08 | Improve undo/redo | Marc André Tanner | |
| 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-08 | Hook up search as a movement | Marc André Tanner | |
| 2014-09-08 | Fix repeat command | Marc André Tanner | |
| Some movements depend on a global action, therefore restore it when repeating an action. | |||
| 2014-09-08 | Zero can be both a movement and part of a multiplier | Marc André Tanner | |
| 2014-09-08 | Make Home/End keys work in command prompt | Marc André Tanner | |
| 2014-09-08 | Fix insertion of newlines | Marc André Tanner | |
| 2014-09-08 | Add user prompt infrastructure | Marc André Tanner | |
| This is implemented by means of an one line height editor window and a set of custom key bindings. | |||
| 2014-09-06 | Add visual mode key bindings | Marc André Tanner | |
| 2014-09-06 | Add insert mode key bindings | Marc André Tanner | |
| 2014-09-05 | Implement movement to column in line | Marc André Tanner | |
| 2014-09-05 | Fix missuse of cursor instead of call in config.def.h | Marc André Tanner | |
| 2014-09-05 | Update nano keybindings to infrastructure changes | Marc André Tanner | |
| 2014-09-05 | In visual mode operators should operate on the selected text | Marc André Tanner | |
| 2014-09-05 | Remember whether the register content is linewise | Marc André Tanner | |
| 2014-09-05 | Remove cruft from config.def.h | Marc André Tanner | |
| 2014-09-04 | Skip modes with common prefix if it does not match | Marc André Tanner | |
| 2014-09-04 | Implement movement to a given line | Marc André Tanner | |
| 2014-09-04 | Fix action multiplier | Marc André Tanner | |
| 2014-09-04 | Implement to/till movements i.e. 'f', 'F', 't', 'T' | Marc André Tanner | |
| 2014-09-04 | Implement rudimentary mark handling | Marc André Tanner | |
| 2014-09-03 | Rudimentary support for copy / paste via registers | Marc André Tanner | |
| 2014-09-03 | Enable text objects, introduce operator options | Marc André Tanner | |
| 2014-09-03 | Fix cursor placement after delete operation | Marc André Tanner | |
| 2014-09-02 | First try at a repeat command i.e. '.' | Marc André Tanner | |
| 2014-09-01 | Refactor frontend code | Marc André Tanner | |
| window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar. | |||
| 2014-08-31 | First part of a vi like frontend | Marc André Tanner | |
| Still very incomplete | |||
| 2014-08-24 | Add work in progress editor frontend | Marc André Tanner | |
