1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00

update tests, examples, readme

Этот коммит содержится в:
achristmascarl
2024-07-30 15:09:03 -04:00
родитель 311b185ff2
Коммит d016971a5f
3 изменённых файлов: 7 добавлений и 0 удалений

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

@@ -112,6 +112,11 @@ impl Vim {
key: Key::Char('w'),
..
} => textarea.move_cursor(CursorMove::WordForward),
Input {
key: Key::Char('e'),
ctrl: false,
..
} => textarea.move_cursor(CursorMove::WordEnd),
Input {
key: Key::Char('b'),
ctrl: false,