Vim like line opening for Emacs.
Download or copy openline.el into your package manager.
Set your key bindings to enable the the o and Shift + o in Vim.
(global-set-key (kbd "C-o") 'open-next-line)
(global-set-key (kbd "M-o") 'open-previous-line)