通过几个指南来设置一些简单的 Vim 缩写。我快到了,我似乎无法找到如何结束 IN 插入模式。
我有的:
iab cl console.log()<Esc>F%s<c-o>:call getchar()<CR><Left><Left>
怎么了:
cl expands to console.log() and the cursor is placed over )
我想要发生的事情:
Same thing except I want to enter insert mode.
我试过的:
After <Left> I've tried: <Insert>, i, and <Ins> with no luck.