Replies: 1 comment
-
I've been using Helix for about a week, and this behaviour surprised me as well. Also came from vim. It seems to repeat the last change, but not the last selection. So I think I think it would be helpful if the previous selection was repeated. I can see that being difficult if the selection was generated in extend mode ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Coming from vim, I wonder how the dot command is supposed to work.
For example, when having the following text and the cursor at the beginning.
When I type
wd
,word1
gets deleted. I expect that when I now press.
, thatword2
would be deleted as well, but this is not what happens.Beta Was this translation helpful? Give feedback.
All reactions