Nano 5.7 Released
Written by Kay Ewbank   
Thursday, 13 May 2021

There's a new version of Nano, Gnu's command line text editor. Nano 5.7 improves the position and size of the indicator, and has several memory leak fixes.

GNU nano is a command line text editor for Unix and Linux that aims to be simple and easy to use. It was originally named Tip and was a free replacement for the Pico text editor, part of the Pine email suite that at the time was the most widely used email package on Unix. Nano is popular as an alternative to Vi and Emacs, and while few developers use it as their major editor, it offers a small, resource friendly editor for tasks such as editing batch files.

nano

Nano provides the basics of a text editor, including an interactive search and replace with support for regular expressions, go to line and column number, auto-indentation, and filename tab completion. It has syntax highlighting, multiple buffers, spellchecking and UTF-8 encoding, and has options to run without features to reduce memory use.

nano 5.7

The new release has improved the indicator so that its position and size now follow actual lines, instead of visual lines when in softwrap mode, meaning that the size of the indicator can change when scrolling in softwrap mode.  The indicator was added in Nano 5.0, and when you run Nano with the --indicator option, it shows a kind
of scrollbar on the righthand side of the screen to indicate where
in the buffer the viewport is located and how much it covers.

Elsewhere in the new release a variety of bugs have been fixed, including a memory leak when undoing unindenting and another memory leak when pasting with syntax.

 nano

More Information

Nano website

Related Articles

Emacs 27.1 Adds Native JSON Parsing

//No Comment - Vim And EMACs

Which Code Editor Do Devs Prefer?

GNU Emacs 24.4 Released 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


NVIDIA Releases Free Courses On AI
19/04/2024

NVIDIA has jumped on the AI bandwagon in a big way. Hardware aside, this means working on training material too. Several self- paced courses have been released and for free too!



Spider Courtship Decoded by Machine Learning
07/04/2024

Using machine learning to filter out unwanted sounds and to isolate the signals made by three species of wolf spider has not only contributed to an understanding of arachnid courtship behavior, b [ ... ]


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Thursday, 13 May 2021 )