Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
nano editor with syntax highlighting
#1
Information 
We can use this github for reference: https://github.com/scopatz/nanorc/

type this command:

curl https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh | sh

if you want line numbers, edit ~/.rcnano file and add this line:

set linenumbers
Reply
#2
If your machine doesn't have curl command, use this code:

wget https://raw.githubusercontent.com/scopatz/nanorc/master/install.sh -O- | sh
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)