| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-12-23 | Optionally display line numbers alongside file | Marc André Tanner | 1 | -0/+2 | |
| Enable/disable with :set number [0|1] | |||||
| 2014-09-27 | Implement 'zt', 'zz', 'zb' | Marc André Tanner | 1 | -0/+4 | |
| In particular 'zb' might not work if there are wrapped lines involved. | |||||
| 2014-09-24 | Implement 'g0', 'gm', 'g$' | Marc André Tanner | 1 | -0/+3 | |
| 2014-09-23 | Implement linewise visual mode | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-19 | Implement expand tab functionality, make tabwidth configurable | Marc André Tanner | 1 | -0/+2 | |
| If expandtab is enabled then inserted tabs are replaced by tabwidth amount of spaces. Both settings apply to all windows files and can be changed via: :set tabwidth n # where 1 <= n <= 8 :set expandtab (1|yes|true)|(0|no|false) | |||||
| 2014-09-16 | Implement CTRL-{U,D,E,Y} in normal mode | Marc André Tanner | 1 | -2/+0 | |
| 2014-09-16 | Clean up cursor handling in window.[ch] | Marc André Tanner | 1 | -0/+8 | |
| 2014-09-13 | Add movements 'H', 'M', 'L' | Marc André Tanner | 1 | -0/+2 | |
| H moves to the n-th window line from top M moves to the middle window line L moves to the n-th window line from bottom | |||||
| 2014-09-11 | Add :edit command | Marc André Tanner | 1 | -0/+2 | |
| 2014-09-11 | Fix warnings about redefinition of typedefed structs | Marc André Tanner | 1 | -1/+1 | |
| 2014-09-10 | Add comments where appropriate | Marc André Tanner | 1 | -1/+17 | |
| 2014-09-09 | Cleanup header files | Marc André Tanner | 1 | -2/+2 | |
| 2014-09-09 | Remove trailing whitespaces (sed 's/[ \t]*$//') | Marc André Tanner | 1 | -3/+3 | |
| 2014-09-09 | Rename vis.[ch] to editor.[ch] and main.c to vis.c | Marc André Tanner | 1 | -2/+2 | |
| 2014-09-01 | Refactor frontend code | Marc André Tanner | 1 | -0/+47 | |
| window.[ch] now contains a somewhat generic editor window which is then enhanced in vis.[ch] with a statusbar. | |||||
