vscode-emacs icon indicating copy to clipboard operation
vscode-emacs copied to clipboard

Need support open-line(C-o)

Open melito00 opened this issue 8 years ago • 3 comments
trafficstars

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

melito00 avatar Jan 10 '17 08:01 melito00

Does C-j do the trick?

sammy44nts avatar Jan 10 '17 18:01 sammy44nts

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

melito00 avatar Feb 09 '17 09:02 melito00

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

cleemesser avatar Oct 22 '18 02:10 cleemesser