Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Share the padding definition too. | Blaž Hrastnik | 2020-10-14 |
| | |||
* | Share tab width definitions. | Blaž Hrastnik | 2020-10-14 |
| | |||
* | Cleanup | Blaž Hrastnik | 2020-10-13 |
| | |||
* | Undo tree draft. | Blaž Hrastnik | 2020-10-13 |
| | | | | | We keep a tree of transactions. This allows for persistent undo by simply serializing the changesets. | ||
* | Cleanup: track first_line as usize. | Blaž Hrastnik | 2020-10-07 |
| | |||
* | Fix scrolling calculations. | Blaž Hrastnik | 2020-10-07 |
| | |||
* | various fixes | Jan Hrastnik | 2020-10-06 |
| | |||
* | Fix line number rendering. | Blaž Hrastnik | 2020-10-04 |
| | |||
* | added tab to insert mode | Jan Hrastnik | 2020-10-04 |
| | |||
* | clippy warnings | Blaž Hrastnik | 2020-09-29 |
| | |||
* | More robust syntax detection/grammar loading. | Blaž Hrastnik | 2020-09-22 |
| | |||
* | Split parts of helix-term into helix-view. | Blaž Hrastnik | 2020-09-21 |
It still largely depends on term for some types but I plan to change that later. |