wiersza polecenia flag
Od man nano
:
-T cols (--tabsize=cols)
Set the size (width) of a tab to cols columns.
The value of cols must be greater than 0. The default value is 8.
-E (--tabstospaces)
Convert typed tabs to spaces.
Na przykład, aby ustawić rozmiar kartę do 4, wymienić zaczepy ze spacjami i edytować plik „foo.txt”, należy uruchomić polecenie:
nano -ET4 foo.txt
plik konfiguracyjny
Od man nanorc
:
set tabsize n
Use a tab size of n columns. The value of n must be greater than 0.
The default value is 8.
set/unset tabstospaces
Convert typed tabs to spaces.
Edytuj plik ~/.nanorc
(utwórz go, jeśli nie istnieje), a także dodawać te polecenia do niego. Na przykład:
set tabsize 4
set tabstospaces
Nano będzie używać tych ustawień domyślnie po uruchomieniu, ale flagi linii poleceń nadpisują je.
Nano jest dość prostym edytorem. Jest duża szansa, że po prostu tego nie obsługuje. – millimoose
umm nie tylko w nano, ale także wcięcie o 8 spacji, gdy używam interpretera python w Terminalu. –
To jest odpowiedź na SuperUser i powinien być zamknięty jako duplikat: http://superuser.com/questions/110421/tab-character-width-in-terminal – millimoose