hiro-sun / vscode-emacs

91 stars 103 forks source link

Need support open-line(C-o) #41

Open melito00 opened 7 years ago

melito00 commented 7 years ago

I usually use open-line(C-o). http://www.gnu.org/software/emacs/manual/html_node/emacs/Blank-Lines.html

sammy44nts commented 7 years ago

Does C-j do the trick?

melito00 commented 7 years ago

C-j: insert blank line below. C-o: Insert blank line upper. like Ctrl+p -> Ctrl+j

cleemesser commented 5 years ago

I noticed I could map ctrl+o to command "editor.action.insertLineBefore" and that seems to do the trick. I added by had to the emacs extension

I added a pull request to a fork of this at https://github.com/cleemesser/vscode-emacs-friendly/blob/ctrl-o-open-line/package.json