|
|
|
|
|
by bombela
509 days ago
|
|
I have been eyeing helix for quite a while. Been using (neo)vim for 22y. Why not Helix for the next 22! I find the helix model of select then act so much more aligned to my mental model. Rather than verb then noun in vim. Vim register handling on deletion is pure crap. (delete a line lands into a different register than delete a word, pasting over a selection overrides the default register etc.). There is one plugin in vim that I cannot live without though, and that is easymotion (there are other similar plugins). It highlights objects with a letter (like the start of words for example), pressing the letter jumps to the object. I find this so much more natural and easier than jumping to line numbers. I might have to implement this into helix ;) |
|