Sim, isso é possível. Eu não tenho mais o nano instalado, então não posso procurar como. Mas você encontrará a configuração fazendo man nano
ou man nanorc
.
é possível configurar o nano para ter quebras de linha em linhas longas em vez de mostrar um $?
Sim, isso é possível. Eu não tenho mais o nano instalado, então não posso procurar como. Mas você encontrará a configuração fazendo man nano
ou man nanorc
.
Long Line Wrapping Toggle (Meta-L) toggles the -w (--nowrap) command line option.
-r <#cols>, --fill=<#cols> Wrap lines at column #cols. If this value is 0 or less, wrapping will occur at the width of the screen less #cols, allowing it to vary along with the width of the screen if the screen is resized. The default value is -8.
Editar: Para os preguiçosos, basta editar nanorc :
set fill n
Wrap lines at column number n. If n is 0 or less, the line length will be the screen width less n. The default value is -8.
set/unset nowrap
Don't wrap text at all.