elves / elvish

Powerful scripting language & versatile interactive shell

Home Page:https://elv.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`kill-left-alnum-word` and `kill-alnum-word-left`

balthild opened this issue · comments

In the document, there are edit:kill-alnum-word-left and edit:kill-alnum-word-right. However, they are actually kill-left-alnum-word and kill-right-alnum-word.

"kill-left-alnum-word": makeKill(moveDotLeftAlnumWord),
"kill-right-alnum-word": makeKill(moveDotRightAlnumWord),

图片

Thanks for reporting!