GNU nano is my favorite text editor while I’m on console. However, there’s one thing about nano which annoys me: automatic text wrapping!
Hopefully, there are two simple ways to overcome this. By using either -w command-line argument, or set nowrap configuration command within the file ~/.nanorc.
1. The temporary solution by using -w command-line argument, which should be used each time you run nano:
$ nano -w /path/to/file
2. The permanent solution by setting off automatic text wrapping using the configuration command set nowrap, in the ~/.nanorc file:
~/.nanorc
set nowrap
Note: If the file doesn’t exist, you should create it first:
$ touch ~/.nanorc
See also
- WebRTC IP Leak Demonstration
- How to disable HP Proliant ML350p Gen8 P420i RAID controller, enable HBA mode (a.k.a. pass-through), and perform a FreeBSD root on ZFS installation
- A quick workaround for Unreal Engine Modeling Tools Editor Mode plugin not showing up on Linux and macOS
- Host Unreal Engine 4 projects on Microsoft Azure DevOPS with unlimited cost-free Git LFS quota