Skip to content

Instantly share code, notes, and snippets.

@cossio
Created January 9, 2018 21:41
Show Gist options
  • Save cossio/e305cb8915e6514bb93debceed0436ee to your computer and use it in GitHub Desktop.
Save cossio/e305cb8915e6514bb93debceed0436ee to your computer and use it in GitHub Desktop.
Use VIM as default editor in Julia. Raw
ENV["JULIA_EDITOR"] = "vim -R"
@cossio
Copy link
Author

cossio commented Jan 9, 2018

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