Last active
October 1, 2018 03:37
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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