I have added this to my .vimrc
in order to append a newline without leaving Normal mode:
nmap <Enter> o<Esc>
The problem is when I q:
to the command history buffer. This binding clashes with the usage of Enter for selecting a command from history. A lesser problem is when reading a help page hitting Enter will display a warning that the file is read-only. How can I remap this key in a way that ignores these two contexts?