Enable right click New Document.

In this tip we are going to enable right click new document. We are going echo to templates so we can pretty much echo in what we want.

Launch the terminal and echo:

echo >> ~/Templates/New_Document.txt

Before Echo

rightclick1

After Echo

rightclick2

End result

rightclick3

If your not happy with this right click you can easily remove it with:

rm -f ~/Templates/New_Document.txt

Thank you for reading.