зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
`e`'s behavior is actually not same as `w`. For example, let's say we have the following text and the cursor is on 'f'. ``` foo bar ``` Then `de` deletes the text 'foo' but `dw` deletes the text 'foo ' including the trailing space.