0
votes
0answers
17 views

How to bind the “unindent” function to Shift+Tab in nano?

This is my very first attempt configuring nano through .nanorc. What I am trying to do is to bind the unindent function to the Shift+Tab key pair. I'm on Mac OS X Lion 10.7.5 with nano installed ...
-1
votes
3answers
87 views

Why won't nano editor install on my mac? [closed]

Ok so I am trying to install nano in terminal on my macbook. I downloaded the file, unzipped it, and located the folder/files in terminal. I ran the ./configure command. Then "make." Both ran fine. On ...
1
vote
1answer
148 views

Nano issue with Solarized Theme Terminal Mac OS X

When opening up nano when using the solarized terminal theme the screen refresh doesn't seem to work. It also sometimes starts the first character of a line on the end of the previous line. Which ...
1
vote
4answers
788 views

How to make the tab character 4 spaces instead of 8 spaces in nano?

When I press TAB in nano editor, the cursor will jump with 8 spaces like this: def square(x): return x * x def cube(y): return y * y * y how can I set the tab stop width to 4 spaces ...
1
vote
3answers
3k views

Nano syntax highlighting

How to enable syntax highlighting for nano on Mac OSX lion????? According to what i found so far on google is that it has got to do with /.nanorc file. I have no idead how to get it or make it ? ...
23
votes
6answers
25k views

nano error: Error opening terminal: xterm-256color

after the installation of OSX Lion, I tried to: nano /etc/apt/sources.list but I get this error: Error opening terminal: xterm-256color if I try to switch terminal.app preferences to open ...
9
votes
3answers
7k views

Error opening terminal: xterm-256color

When I try to nano something on my server I'm getting this error "Error opening terminal: xterm-256color." that I've never seen before, and on top of that nano used to work fine last week. Even when ...