Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Horizontal scrolling in nano editor?

I'm pretty sure you cannot do that in nano. The closest you could get would be line wrapping, precisely "soft wrapping": Esc+$.

This will wrap lines so you could see them all on the screen.

Source: https://www.nano-editor.org/dist/v2.9/nano.html (search for --softwrap)

You could get this kind of behaviour with vim, though, the editor is more configurable. See: https://ddrscott.github.io/blog/2016/sidescroll/

Tags:

Nano

Editors

Related

System freeze on reboot/shutdown Wireguard not routing traffic from client to other servers on the network Why won't some unicode characters print to my terminal? How to force hiDPI scaling mode on boot in Pop!_OS/Gnome Why does pip3 install in ~/.local on Debian? Finding the package which provides a given command zsh tab complete . to ./ Report how much space is used and available in storage in ZFS on FreeBSD Is there a reason why /var/log/lastlog is a huge sparse file (1.1TB)? KDE: how to get rid of IBus keyboard selector Extract an attribute value from XML How to loop for 3 times in bash script when docker push fails?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy