在/etc/vimrc中添加如下代碼,可實現經過F2來切換。 nnoremap <F2> :set invpaste paste?<CR> imap <F2> <C-O>:set invpaste paste?<CR> set pastetoggle=<F2>