赞
踩
先在配置文件~/.vimrc中设置:
set smartindent set tabstop=4 set shiftwidth=4 set expandtab然后输入:imap { {}<ESC>i<CR><ESC>V<O其中,imap起到映射的功能。在这里,将 { 映射为 {}<ESC>i<CR><ESC>V<O意义很简单,不做解释。
set smartindent set tabstop=4 set shiftwidth=4 set expandtab
imap { {}<ESC>i<CR><ESC>V<O