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


iOS 17.4 Released With Support For App Stores In The EU
06/03/2024

I have written about Apple's approach to complying with regulation, characterizing it as malicious compliance. It also seems that Apple is a master of creating the unintended consequence and letting i [ ... ]



JetBrains Announces Academy AI Festival
21/02/2024

JetBrains is running an Academy AI Festival that they describe as a fusion of hands-on learning and inspiring challenges that will provide inspiration for innovation and will advance your understandin [ ... ]


More News

raspberry pi books

 

Comments




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

Last Updated ( Thursday, 13 May 2021 )