Ubuntu Add Spell Check to Nano

Refer: https://askubuntu.com/questions/48920/getting-error-with-spell-check-in-nano

Adding spell-check to nano, you can invoke by Ctrl+T

$ sudo nano /etc/nanorc

And uncomment the following line:
set speller "aspell -x -c"

 

Leave a Reply