I want insert newlines in normal mode in vim using Shift-Enter and Ctrl-Enter. I try some solutions and mixing solutions from Vim Wikia - Insert newline wi
This is what I use:
nmap :a.
I tried nmap o, but it made UI glitchy as it was switching to insert mode and back.
nmap o