News

GNU nano 3.0 released with faster file reads, new shortcuts and usability improvements

2 min read

GNU nano 3.0 was released this Sunday. Linux Terminal nano is a popular text based editor. While veteran users may prefer vim, nano is simpler to use and beginner friendly. It is also easier to save and exit from a file on nano, unlike Vim.

Termed as “Water Flowing Underground”, nano 3.0 sees improvements in speed, usability, and improvements. The major improvements include:

  • Faster file reading by upto 70 percent
  • Roughly twice the speed for ASCII text handling
  • New shortcuts; Ctrl+Delete deletes the previous word and Ctrl+Shift+Delete deletes the previous word
  • Various key bindings like M-Q to find previous, tabs to spaces toggle is placed on M-O, the toggle for more space is removed completely
  • On opening multiple files, the correct number of lines are shown on the status bar
  • The formatter command and searchagain function is removed, M-W is now bound to findnext by default
  • The No-Convert toggle is now under the Insert menu
  • The Backup and New-Buffer toggles are removed from the main menu, but remain on the Write-Out and Insert menus
  • Higher precision in accepting a rebindable key name
  • Any Esc key pressed before a valid command keystroke is ignored
  • More escape sequences are recognized
  • rcfile error messages on a Linux console are not hidden now
  • The ‘copytext’ function is now ‘copy’ and ‘uncut’ is now ‘paste’
  • There are also improvements made to avoid a hang while performing a full-justify on text

Nano is the default text editor on many popular Linux distributions and is preinstalled.

For nano 3.0 your Linux distribution will update it. It will take some time before you’ll see this in your system updates.

These are the major changes in GNU nano 3.0. For a full list and a changelog and bug fixes, visit the GNU website.

Read next

GIMP gets $100K of the $400K donation made to GNOME

GNOME 3.30 released with improved Desktop performance, Screen Sharing, and more

Is Linux hard to learn?

Prasad Ramesh

Data science enthusiast. Cycling, music, food, movies. Likes FPS and strategy games.

Share
Published by
Prasad Ramesh

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago