Replies: 1 comment
-
1: Needs a file watcher implementation which is complicated. You can use |
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.
-
I recently switched to helix from vim. I missed some features, which the most important one is the one in the title.
hx
is not loading the files after I checked out to another branch. at least I expect to see a message to check my intention: do I want to keep working on the previous changes, or do I want to see the fileas is
in the new branch?[{
and]}
in vim, which goes to the previous{
, or next}
, specially when I navigate a json file. Also supporting[[
,[(
, etc would be nice.jj
to go to the normal mode, so I set it up in helix too, but the problem is if I type onej
it waits for anotherj
for ever, unless I type something else and remove it to just typej
! I expect it to type j after a second or so without any further efforts!w
to "Move next word start", then typei
to go to the insert mode, because it already had selected that word, the cursor jumps to the start of the selected word, so I have to move by a character to right or left to unselect that word, then move back and typei
! I expect to be able to enter the edit mode where the cursor is.j
once it'll go to the normal mode, but I expect to scroll as much as possible without changing the position of the cursor.sorry for the long list in one issue, but except the first one that I expect to be fixed, the rest are just suggestions. If any of the suggestions looks okay, I'll create a specific issue for that if you ask.
Beta Was this translation helpful? Give feedback.
All reactions