aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/insert_cancel.vim
blob: a8abe6edc35133c090d04f83e91a4a6cb5726fb7 (plain) (blame)
1
2
3
4
" Set mapping for insert_cancel.vim
if exists('loaded_insert_cancel')
  imap <C-C> <Plug>(InsertCancel)
endif