79747664

Date: 2025-08-27 07:35:56
Score: 1
Natty:
Report link

<C-j> inserts a new line at the cursor in insert mode by default

You could map <C-J> in normal mode with nnoremap <C-J> <something>

Map in insert mode with inoremap <C-J> <something>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cubewhy