vimscript

:iabbrev adn and 缩写 insert     adn<space>------and

a: enter insert mode after the current character
i: enter insert mode before the current character

b: move back to the beginning of the word
e: move to the end of the word

你可能感兴趣的:(vimscript)