Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Ctrl+C and Esc do not behave the same in all contexts. The correct replacement for Esc is Ctrl+[.

What if you need to type `jj`? Not uncommon to do so while writing math or physics papers. a_{jj}



Not using this personally but there can be a timeout, or you do jk<backspace>j. Fine if the letter sequence is rare enough.


Spacemacs defaults to fd, I don't think I ever accidentally left insert mode with that.

Happy vscode user these days. If I find myself fiddling with an editor it's a huge red flag to me that I hate what I'm working on.


I still don't understand how these mappings are good.

What if you need to type "fd" in insert mode? Like fd0, fd1, etc. Isn't that going to be a pain? Do you never have to type "fd"?


There is a timeout on multi-key mappings, so if you need to type fd0 you type f, wait 'timeoutlen' (1 second by default apparently), then type d0.

That's a pain, but it doesn't come up often. In return you get quite a lot of functionality (due to vim being modal) without having to move your fingers beyond the letter keys, which is quite relaxing.


Having fiddled with file descriptors, I could never live with such a remap. To each their own :)


fd sounds much worse as now you can't jump to d characters.


False. The fd mapping would only apply in insert mode. Jumping to d only occurs in normal mode.


Oops - you're correct, of course.


Type "jj" a little slower if you don't want it to be <esc>, it works fine.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: