Created
December 19, 2020 00:41
-
-
Save thewh1teagle/0b196ee804b1bcdb2aabf47c2955e771 to your computer and use it in GitHub Desktop.
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
| pkg install -y vim | |
| mkdir $HOME/bin | |
| FILE="$HOME/bin/termux-file-editor" | |
| echo "!#/bin/bash" > $FILE | |
| echo 'vim $1' >> $FILE | |
| chmod +x $FILE |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
curl -s https://gist.githubusercontent.com/thewh1teagle/0b196ee804b1bcdb2aabf47c2955e771/raw/3b36615b074720168d66c1bda55a0492324c7d5e/Termux%2520editor%2520vim | sh