Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: add non-linear change history with undo/redoHEADmaster | Federico Igne | 2024-01-28 | 1 | -0/+17 |
| | |||||
* | feat: add goto (G key) command | Federico Igne | 2024-01-28 | 1 | -0/+3 |
| | |||||
* | feat: add plain search functionality (with history) | Federico Igne | 2024-01-28 | 1 | -1/+16 |
| | |||||
* | feat: yank text to registers when yanking, changing or deleting | Federico Igne | 2024-01-26 | 1 | -1/+1 |
| | |||||
* | feat: add ability to paste text from a register | Federico Igne | 2024-01-24 | 1 | -1/+2 |
| | | | | | Register are simplier than Vim register, in particular no register is local to buffers. | ||||
* | feat: add partial chords to statusbar | Federico Igne | 2024-01-23 | 1 | -24/+23 |
| | |||||
* | feat(mappings): Page Up/Down, Ctrl-F/B/D/U, Home, End | Federico Igne | 2024-01-22 | 1 | -2/+4 |
| | |||||
* | feat: add '0' and '$' movements | Federico Igne | 2024-01-12 | 1 | -22/+26 |
| | |||||
* | feat: add support for "instant" normal commands (like [J]oin) | Federico Igne | 2024-01-12 | 1 | -44/+70 |
| | |||||
* | bulk: add PoC of vim-like modular editor | Federico Igne | 2024-01-11 | 1 | -0/+115 |