hiro-sun / vscode-emacs

91 stars 104 forks source link

Origin/terminal support #57

Closed vdegenne closed 6 years ago

vdegenne commented 6 years ago

In addition to the previous pull request, I propose this terminal support.

In Emacs alt+shift+1 (M-!) will run the command shell-command in the minibuffer. There is no minibuffer in vscode but I tried to emulate this behavior with a terminal I call "minibuffer" and attach to the Terminal pane. If you like the addition, you can ignore my previous PR and merge this one.