Raimondi / delimitMate

Vim plugin, provides insert mode auto-completion for quotes, parens, brackets, etc.
http://www.vim.org/scripts/script.php?script_id=2754
1.98k stars 116 forks source link

Remapping <Plug>(delimitMateJumpMany) doesn't work #281

Open navxio opened 5 years ago

navxio commented 5 years ago

Hi,

I've remapped the said command using the following snippet

nnoremap <c-s> <Plug>(delimitMateJumpMany)

but it doesn't do anything.. how do I fix it?