1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-08 00:15:50 +03:00

refactor Vim emulation as state machine

Этот коммит содержится в:
rhysd
2023-11-17 23:21:57 +09:00
родитель 7c66f3ad5a
Коммит 9f206200e5
2 изменённых файлов: 335 добавлений и 358 удалений

Просмотреть файл

@@ -83,7 +83,7 @@ Simple textarea with variable height following the number of lines.
cargo run --example vim
```
Vim-like modal text editor.
Vim-like modal text editor. Vim emulation is implemented as a state machine.
### [`popup_placeholder`](./examples/popup_placeholder.rs)