Nano settings
Basic nano settings that I use
Create a file called nanorc in ~/.config/nano/ folder. Create the folder if it does not exist
Add the following in the file:
set linenumbers
set nowrap
set softwrap
set smooth
set speller "aspell -x -c"
set autoindent
unset morespace
set mouse
set tabsize 4
set wordbounds