|
|
c4ba89f83a
|
more work on linebuf reimpl
|
2026-03-19 19:45:54 -04:00 |
|
|
|
406fd57b5a
|
reimplemented incremental autosuggestion acceptance
|
2026-03-19 01:11:13 -04:00 |
|
|
|
ac8940f936
|
Implement = (equalize/auto-indent) verb, fix dedent indexing, remove unimplemented screen-line motions, and clean up unreachable match arms
|
2026-03-16 23:31:54 -04:00 |
|
|
|
958dad9942
|
implemented ex mode :w/:e commands
implemented tab completion and history search for the ex mode prompt as well
fixed paths not expanding correctly in ex mode command arguments
|
2026-03-16 18:15:01 -04:00 |
|
|
|
7be79a3803
|
rustfmt'd the codebase
|
2026-03-04 19:52:29 -05:00 |
|
|
|
553330a858
|
Early implementation of Verbatim mode
|
2026-03-04 15:26:54 -05:00 |
|
|
|
fbadbebf8c
|
Implemented the autocmd builtin, which allows you to register hooks for certain shell events.
|
2026-03-04 14:12:10 -05:00 |
|
|
|
9d13565176
|
Added ex mode to line editor, a 'keymap' builtin, and a zsh-like widget system using ':!<shellcmd>' ex mode commands
|
2026-03-03 03:19:02 -05:00 |
|