5 ms·
I'm curious: what do you use to enter insert mode then?
by chainsaw10 10y ago
I'm curious: what do you use to enter insert mode then?
- hueving 10y agoInsert mode is for noobs. ;)
- appleiigs 10y agoJust recently I've been starting to rely on 'a' and 'A'. Maybe I could switch to ijkl
- heartbreak 10y agoIn default vim, i inserts to the left of the cursor. In ijkl, you simply map h to insert left of the cursor. It's even on the left of your new arrow keys so the mental map works better too! I'm a huge ijkl fan, because I learned wasd long before I learned vim.
- franey 10y agoHuh! This is really neat. Thanks for taking the time to evangelize. I might have to try this for a day.