Well, I’ve given it about a month, but I don’t think I can deal with how unfinished zed is as a daily editor. Gonna have to find something else. Is now the time for me to finally get into vim or emacs ?

(Probably not, I do like a desktop UI and use the mouse a lot)

@hlame I switched to vim years ago, and use it without a mouse. At first it was very strange and slow, but now feels natural and much faster than mousing around. And I only know just a few basic keybindings so I’m sure my experience can be even further improved. In other editors I miss the keybindings when they’re not available, and I miss the vim plugins I use. Stuff to do with editing HTML genuinely feels like magic https://stackoverflow.com/questions/6768930/theres-cit-dit-yit-change-delete-yank-inside-tag-on-vim-is-there-somet
There's cit, dit, yit (change, delete, yank inside tag) on vim... is there something like pit (paste inside tag?)

Using vim I'm used to motion command like cit, dit, yit when editing html/xml files. I like . even more after using this commands because I can repeat what I did with just one keystroke. I would l...

Stack Overflow
@natbuckley @hlame I need you to teach me this HTML magic, because that's the place I usually feel like I'm fighting against vim: it's always indenting things automatically but wrongly!