GNU Nano 8.5 Enhances Anchor Positions
Written by Alex Denham   
Thursday, 10 July 2025

GNU Nano 8.5 has been released with improved text anchors and fine-tuned syntax coloring. GNU nano is a command line text editor for Unix and Linux that aims to be simple and easy to use.

Nano 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

The latest version has improvements to make developers' lives easier and to provide better versions of existing features. 

The first improvement is an improvement to the handling of anchor points,  In GNU nano's term for named locations within a file that can be marked and later jumped to. The new release has the ability to save and restore anchors so long as the first line has an anchor. Version 8.0 of nano extended the ability to open a file at a certain line number, by using the format 
nano filename:number, as well as nano +number filename.  There's also a new option to change the aspect of any anchor to a dagger (when line numbers are enabled in nano, anchors are visually represented by a dagger symbol in the left margin). 

This release also adds the ability to exits with an error status upon keystrokes ^O^Q and ^X^Q. The reasoning behind this addition is to handle situations where a developer wants to stop what nano was doing - for example, if they were editing a git commit message and realized that they needed to abort the commit. 

There's also improved handling of syntax colors to fix existing problems in some locales such as Turkish where some coloring rules failed to work in earlier releases. 

Nano 8.5 is available for download now. 

 nano

More Information

Nano website

Related Articles

Nano 8 Adds Modern Bindings And Cycle Function

GNU Nano 6 Increases Editing Area

Nano 5.7 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


Blender 4.5 Adds Full Vulkan Support
29/07/2025

Blender 4.5 is now available with a wide ranging set of improvements including full support for Vulkan, a more flexible compositor, and enhancements to the animation timeline.`



Blender Free Game Tops Steam
18/07/2025

Blender Studio has released a free-to-play game on Steam that is designed not just to be fun to play, but as an example of what you can create in the games arena using just open source software.


More News

pico book

 

Comments




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