In this tutorial you will learn how to change the default gedit Preferences.
Code used during this tutorial:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# gedit Preferences Edit/Preferences View: Enable text wrapping: unchecked Display line numbers: checked Highlight current line: checked Highlight matching brackets: checked Editor: Tab width: 4 Insert spaces instead of tabs: checked Enable automatic indentation: checked Create a backup copy of files before saving: unchecked Autosave files every..: unchecked # Gedit configuration files ls -al ~/.gconf/apps/ rm -rf ~/.gconf/ |