Skip to content

Instantly share code, notes, and snippets.

@smblott-github
Created June 16, 2015 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smblott-github/c3a59fdee78647bea925 to your computer and use it in GitHub Desktop.
Save smblott-github/c3a59fdee78647bea925 to your computer and use it in GitHub Desktop.
Pantheon-terminal for Text-Aid-Too
#!/bin/sh
exec pantheon-terminal -e "vim $@"
# Save this in a file "FILENAME", then ...
# export TEXT_AID_TOO_EDITOR="exec sh /full/path/to/FILENAME"
#
# For example,
# export TEXT_AID_TOO_EDITOR="exec sh /home/blott/tmp/launch-vim-in-pantheon-terminal"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment