Some times I dislike the highlighting in my nano editor.
To turn it off:
a) You just remember to launch nano with the -I option in the command line to ignore the nanorc files where the color settings are,
nano -I
b) You may set an alias for the command:
alias nano='nano -c -S -I'
c) ?
No comments:
Post a Comment