Skip to content

Instantly share code, notes, and snippets.

@dbrady
Created May 25, 2011 16:59
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbrady/991366 to your computer and use it in GitHub Desktop.
Save dbrady/991366 to your computer and use it in GitHub Desktop.
Run vim natively inside emacs
(defun run-vim ()
(interactive)
(eshell)
(switch-to-buffer "*eshell*")
(insert "vi")
(eshell-send-input))
@Lux-Solaris
Copy link

Lux-Solaris commented Feb 19, 2024

Actually, you can even run Emacs inside Emasc, thanks to Eshell and Tmux🤣🤣🤣
批注 2024-02-19 121144

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment