Re: [Vim-latex-devel] <Ctrl-J> Mapping unwanted
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2011-10-19 06:58:31
|
Hi, you have actually two possibilities: - map "<Plug>IMAP_JumpForward" to any other key (see plugins/imap.vim, line 489) in your .vimrc - remove the mapping in ".vim/after/plugin/imaps.vim" Regards Gerd On 10/18/2011 07:05 PM, Charles LeDoux wrote: > Hello, > > How can I remove or remap the <Ctrl-J> mapping? I map Ctrl+Nav Keys to move > between screens and vim-latex is overwriting my mapping. Is there a way I > can remap this with out manually editing the plugin itself? (This would > cause issues in synchronization across computers using submodules.) |