Meow equivalent to Vim's dw
#535
-
In the tutorial, there is this:
If I follow the tutorial and:
What I get is something like: In other words:
Am I doing something wrong, or is this a problem in the tutorial? Moreover, is there an idiomatic way to also delete the space after a word? This seems like the most common behavior, at least for me. It looks like the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You're right, the tutorial is definitely missing something there. I'm not 100% sure what the tutorial is intending to make you do there, but I suspect it's the way I do it: put your cursor in-between the the works "sentence" and "pencil", then call "e" which selects the first space and the next word, and then delete. A block cursor makes what's going on slightly unclear. I don't think there's an idiomatic way to automatically delete the space - which space would we delete? |
Beta Was this translation helpful? Give feedback.
-
Use |
Beta Was this translation helpful? Give feedback.
Use
bounds-of-thing e(symbol)
to select the symbol and one space.