Created
June 16, 2015 11:50
-
-
Save smblott-github/c3a59fdee78647bea925 to your computer and use it in GitHub Desktop.
Pantheon-terminal for Text-Aid-Too
This file contains hidden or 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
#!/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