johnyerhot (owner)

Revisions

gist: 229006 Download_button fork
public
Public Clone URL: git://gist.github.com/229006.git
Embed All Files: show embed
spell checking in Nano - Fedora 11 (KDE) #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$ sudo yum install aspell-en aspell
 
$ cp /usr/share/doc/nano-2.0.6/nanorc.sample home/ron/.nanorc
 
 
--
 
added to .nanorc
 
set speller “aspell -l en -x -c"
 
--
 
call nano command line :
 
nano -s "aspell -c"