GNU nano is an open source, curses-based text editor for Unix systems. It is a clone of pico, the proprietary Pine e-mail client editor.

learn more… | top users | synonyms

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
90 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
50 views

Put some documents from CouchDB to Array (Node.JS)

I try get 3 documents with IDs: 1, 100, 1000. But node.js is async, and array objects in result is empty. How put documents into array? var objects = {}; var objectsID = [1, 100, 1000]; ...
0
votes
1answer
122 views

Configuring git auto completion in .bash_profile

I'm having trouble installing git auto completion into my bash profile. I've attached a version of the bash script. Does anyone know why my the auto completion in git isn't working when I save and ...
2
votes
4answers
206 views

Console editor: something between VIM and nano?

I used vim for a long time, but switched to Sublime Text last year for most of my programming work. Now, every time I have to make use of a console editor (mostly over ssh), I feel extremely ...
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 ...
0
votes
1answer
127 views

After changing path nano doesn't work

After i did change server ~bash_profile for PATH to my Java i cannot use nano or vip anymore. I actully don't know how to change it back, while i cannot edit it with nano or vi anymore. What can i ...
0
votes
3answers
63 views

How to open Nano and get a string from it in C++?

I am creating a simple logging program. When a user enters log some_file into the console, the program currently simply receives some basic input from cin, and records it into some_file. However, ...
0
votes
1answer
101 views

nano editor line breaks

I am trying to learn nano installed on my server (ubuntu 1204), but the problem is whenever I open a file in nano editor it opens the file (say a shell script) as one big line rather than with line ...
0
votes
1answer
447 views

Python - Saving a File being editted in GNU Nano 2.2.4 [closed]

Im very new to programming and playing around with a Raspberry Pi and following tutorials on Youtube. I have opened a file in GNU Nano 2.2.6 e.g: nano my_File.py and changed some of the data. I'm ...
1
vote
2answers
481 views

Nano 2.0.6 - Saving a file in Mac Format

Any ideas how to save a file edited with Nano, in "Mac format"? I keep getting DOS carriage returns in my newly-saved files on my Linux box. I provided a screen shot of the bottom menu when I go to ...
1
vote
1answer
362 views

How to turn OFF (or at least override) syntax highlighting in nano via ~/.nanorc?

Struggling with finding a clear answer on this. By default color syntax highlighting is enabled on my system. Clicking ALT+Y disables this, which is exactly what I want my default to be. Any ...
5
votes
1answer
440 views

Why does System.nanoTime() take 4400 nano seconds

I was testing some algorithms wich i surrounded with a nanoseconds timer when i randomly forgot to remove the timer i found out that this code: a = System.nanoTime(); ...
0
votes
2answers
904 views

What is Arduino Nano external power and USB power input hardware difference?

I am powering an Arduino Nano rev 3.0 device with an external USB power adapter (1000 mA). When I connect it to power input, board acts weird, and the servo goes bananas. If I use the same ...
3
votes
1answer
457 views

Updating a CouchDB document in nano [closed]

I need to get a document, change/insert/delete some fields and put it back. The "put" action requires the current revision of the document, but in nano I cannot find any function which takes a ...
3
votes
1answer
79 views

Long-line handling from Nano in Vim?

I'm a hardcore VIM-user. However, I wonder whether it's possible to configure VIM to provide a lone-line handling like Nano. Imagine the following text file: 1 This is a short line 2 This is a much ...
0
votes
1answer
135 views

Syntax highlighting not working as expected in nano (regex error)

Lately I've been doing a bit of simple C coding in nano, and the syntax highlighting is behaving strangely. I'm not super experienced with the command line, so I might be unwittingly doing something ...
2
votes
3answers
109 views

Sort for specific lines in text

I have the given text: # Blub Hello this is a blub text. # Bla This is the bla text. # Abba Another text. Is it possible to sort for the lines with the #? So that the resulting text is: # Abba ...
0
votes
3answers
442 views

Copyright and pound sterling symbol in Bash script

What is the proper way of inserting a copyright symbol © and a pound sterling symbol £ into a bash script. I am using nano as my editor and am running Debian Squeeze. If I copy and paste the symbol ...
1
vote
0answers
64 views

Nano on Amazon Linux Mangling Text in Config Files

I am attempting to edit my httpd.conf file on a ec2 instance of amazon linux using nano while SSHed into it on my Macbook Air running OSX 10.7.4. i am attempting to change the documentroot to ...
1
vote
4answers
836 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
2answers
619 views

C++: How to sleep for a nanosecond? [duplicate]

Possible Duplicate: Sleep Less Than One Millisecond How can I sleep the program for a nanosecond? I searched the Internet and I found several ways to sleep, but: windows.h's Sleep() sleeps ...
1
vote
1answer
354 views

Single line create file with content

The OS is Ubuntu. I want to create file.txt in /home/z/Desktop where the content of the file is some text here. The first and usual way is run nano /home/z/Desktop/file.txt and type some text here. ...
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 ? ...
0
votes
2answers
101 views

updating javascript function without realoding

Im trying to build an embedded web server with Nano WiReach SMT So far i have wrote this code <HTML> <HEAD> <SCRIPT LANGUAGE=JavaScript> function ...
2
votes
1answer
511 views

Update a field of a document in nano module of nodejs for couchdb

Say that there is a couchdb session opened through nano on node.js var dbserv = require('nano')('http://localhost:5984'); At the couchdb server dbserv can access, there is a database users with ...
0
votes
2answers
1k views

Swedish characters (åäö) in Vim & Nano

When I'm using Vim or Nano in Mac OS X Lion, the Swedish characters "ÅÄÖ" show up as "åäö". It works fine in Terminal. I've added this line to my .vimrc: set encoding=utf8 If I run locale in ...
0
votes
1answer
220 views

JavaScript Callback with nano and now.js

everyone.now.getGuess = function(val) { db.view('lists', 'project_names', { startkey: val, endkey: val + "\u9999" }, function(_, data) { return data.rows.map(function(obj) { ...
1
vote
1answer
250 views

Nano's find and replace in Vim?

Vim's find and replace is very powerful and very useful however sometimes I don't want that power - adding backslashes can be a drag. Sometimes, I just want to find and replace exactly across a whole ...
2
votes
3answers
2k views

Regex-based matching and sustitution with nano?

I am aware of nano's search and replace functionality, but is it capable of using regular expressions for matching and substitution (particularly substitutions that use a part of the match)? If so, ...
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 ...
1
vote
2answers
438 views

Cannot Launch Interactive Program While Piping to Script in Python

I have a python script that needs to call the defined $EDITOR or $VISUAL. When the Python script is called alone, I am able to launch the $EDITOR without a hitch, but the moment I pipe something to ...
4
votes
4answers
3k views

Simple linux console text editor wanted

I'm a linux newbie coming from a Windows background and I am trying to find a simple full-screen console-based plain-text editor. Something that emulates the look and feel of the Windows edit.com ...
2
votes
0answers
375 views

Why should I learn vi? [closed]

It seems that the editor vi is more difficult to learn than other cli editors. Is this a misconception, and if not, what advantages does this editor have for a developer over the other standard ...
0
votes
2answers
1k views

Visudo not working anymore, what can I do?

So... I accidentally opened up visudo by typing vi visudo and at the same time I also prefer nano so I just naturally pressed ctrl+x to exit, then didn't realize right away that I was in vi (yes ...
2
votes
4answers
616 views

I used to use nano to edit text but I switched to vim, which is more powerful. Will I get the same power up if I move to emacs? [closed]

For about 3+ years, all I thought I needed (and technically that was the case) was nano. I did not understand all the hoopla about vim until I tried it. Although the learning curve is ever-so-slightly ...
0
votes
3answers
567 views

Nano on server ignores certain syntax coloring

I'm using nano on a server via ssh; on that system, nano doesn't have syntax color enabled by default. So I copied these nanosyntax files (for alternative, see also @CraigBarnes' answer) on the ...
0
votes
1answer
521 views

svn and nano Issues

I'm trying to configure svn to run locally on my machine (Ubuntu) and am having some problems. Following the instructions - verbatim - from the official svn-redbooks tutorial is causing me headaches. ...
9
votes
9answers
2k views

What is the benefit of using things such as emacs, vim, and nano over any other IDE or text editor?

From what Ive seen. emacs etc.. run in terminal. Is there any benefit to this? It seems that it would be more of a hassle to write and organize things. I'm not trying to be subjective I literally know ...
1
vote
3answers
556 views

How to open an editor from a bash function?

I have a simple function to open an editor: open_an_editor() { nano "$1" } If called like open_an_editor file.ext, it works. But if I need to get some output from the function — ...
0
votes
1answer
569 views

Atom, Via Nano, or something else for low-power media PC? [closed]

I'm looking to build a media PC attached to the big screen (65"), primarily for Boxee, playing movies, music, and photos, and for occasional web serving / email. Having it act as a DVR for ...
1
vote
7answers
2k views

How do you get nano/pico running on OpenSolaris?

We're setting up an OpenSolaris server on Amazon's EC2 service. However, vi/vim doesn't work properly, and pkg doesn't have nano/pico. Is there any other text-editor maybe?