Skip to content

Commit ea36823

Browse files
committed
nano instructions
1 parent f5f0189 commit ea36823

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

editor-setup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ backspace and there are four spaces before the cursor.
4545

4646
Emacs uses spaces with Python files by default.
4747

48+
### GNU Nano
49+
50+
Open your `~/.nanorc`.
51+
52+
$ nano ~/.nanorc
53+
54+
Add these lines to it:
55+
56+
set tabsize 4
57+
set tabstospaces
58+
4859
### Mousepad
4960

5061
1. Go to *Document* at the top, then *Tab Size*.

0 commit comments

Comments
 (0)