Skip to content

Instantly share code, notes, and snippets.

@abbiekressner
Last active October 1, 2018 03:37
Show Gist options
  • Save abbiekressner/8680511 to your computer and use it in GitHub Desktop.
Save abbiekressner/8680511 to your computer and use it in GitHub Desktop.
Set Octave's default editor to MacVim and/or enable plotting when running Octave within iTerm
## Set MacVim as default Octave editor (http://wiki.octave.org/Vim)
edit mode sync
edit home .
EDITOR('/Applications/MacVim.app/Contents/MacOS/Vim -p -g > /dev/tty 2>&1 < /dev/tty %s')
## The following allows plotting to work within iTerm.app
setenv GNUTERM qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment