about summary refs log tree commit diff
path: root/edit.c (follow)
Commit message (Expand)AuthorAge
* Implement h, l vimodeJune McEnroe2022-03-12
* Fix r on empty bufferJune McEnroe2022-03-12
* Implement $, 0, A, I, aJune McEnroe2022-03-12
* Use a bool for vi.modeJune McEnroe2022-03-12
* Implement r with countJune McEnroe2022-03-12
* Implement vi R and rJune McEnroe2022-03-12
* Implement vi insert modeJune McEnroe2022-03-12
* Implement basic esc/i mode switchingJune McEnroe2022-03-12
* Share a cut buffer between all edit buffersJune McEnroe2022-02-20
* Assert return values in edit testsJune McEnroe2022-02-20
* Move mbs out of struct Edit, use a global bufferJune McEnroe2022-02-20
* Make sure new cap is actually larger than new lengthJune McEnroe2022-02-20
* Remove unused mbs.len field from struct EditJune McEnroe2022-02-20
* Fix edit.[ch] license notice additional permissionsJune McEnroe2022-02-19
* Implement new line editing "library"June McEnroe2022-02-18
* Fix M-f orderingJune McEnroe2022-02-18
* Treat any amount of space and punctuation as word boundariesJune McEnroe2022-02-09
* Cycle between adding colon suffix and not in tab completeJune McEnroe2021-11-19
* Use (bright) red for \com text macro 1.9June McEnroe2021-07-26
* Stop at previous \ when expanding macrosJune McEnroe2021-06-24
* Add \com text macroJune McEnroe2021-06-14
* Don't insert wchar_t if it can't be converted to mbsJune McEnroe2021-02-15
* Don't expand macro if it can't be converted to mbsJune McEnroe2021-02-15
* Use wmemcpy/wmemmoveJune McEnroe2020-11-08
* Preserve colon from previous tab-completeJune McEnroe2020-08-18
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-04
* Add \banhammer macroJune McEnroe2020-08-02
* Add current topic to tab-complete so it can editedJune McEnroe2020-07-13
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Add M-q to collapse whitespaceJune McEnroe2020-04-07
* Fix multi-mention tab completion conditionJune McEnroe2020-04-01
* Pass correct length to mbstowcsJune McEnroe2020-04-01
* Add \blushJune McEnroe2020-03-31
* Add \bear, \cool, \hug, \unflip, \waveJune McEnroe2020-03-31
* Add text macrosJune McEnroe2020-03-30
* Tab complete from last iswspaceJune McEnroe2020-03-30
* Bump edit buffer cap to 1024June McEnroe2020-03-23
* Replace small integers in size_t with uintJune McEnroe2020-02-15
* Don't copy into cut buffer during tab completeJune McEnroe2020-02-14
* Simplify transpose swapJune McEnroe2020-02-12
* Add C-t transposeJune McEnroe2020-02-12
* Avoid VLAs in tab completeJune McEnroe2020-02-09
* Use iswspace for word movementJune McEnroe2020-02-09
* Add C-yJune McEnroe2020-02-09
* Add C-w and M-dJune McEnroe2020-02-09
* Rename kill opsJune McEnroe2020-02-09
* Add M-b and M-fJune McEnroe2020-02-09
* Add C-kJune McEnroe2020-02-09
* Add C-dJune McEnroe2020-02-09
* Hook up tab-completeJune McEnroe2020-02-09
class='logsubject'>Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe