sl-sh-dev / sl-liner

Readline like line editor (fork of https://gitlab.redox-os.org/redox-os/liner).
MIT License
1 stars 0 forks source link

Feature/vi text objects #9

Closed gpwclark closed 3 years ago

gpwclark commented 3 years ago

add support for text objects 'aw' and 'iw' with number support and commands [d | c | y] to support key combos like '4ciw' and '2yaw'

also add number support for 'p' and 'P' so key combos like '3p' and '2P' function properly.