Horje
how to change hot keys in vim Code Example
how to change hot keys in vim
I suggest you type:

:help map.txt

inside vim, you'll find all the explanation to understand how to do it.

You can't use the same shortcut for 'zencoding' plugin and for an omnicomplete function; anyway you could add to your .vimrc:

imap <C-j> <C-y>

But I suggest not to use 'C-j' as 'j' is always related to movement in vim; use 'leader' (:help leader) which is targeted to user shortcuts, instead.




Whatever

Related
domino's large pizza slices Code Example domino's large pizza slices Code Example
intellij ignore workspace.xml Code Example intellij ignore workspace.xml Code Example
who made the first tank Code Example who made the first tank Code Example
zsh check if directory exists Code Example zsh check if directory exists Code Example
9hits Code Example 9hits Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7