<C-j> inserts a new line at the cursor in insert mode by default
<C-j>
You could map <C-J> in normal mode with nnoremap <C-J> <something>
<C-J>
nnoremap <C-J> <something>
Map in insert mode with inoremap <C-J> <something>
inoremap <C-J> <something>