How to remove a vertical line from Atom text Editor

While working with Atom text editor and writing your code, you may have seen a vertical line on the screen. It sometimes looks like there are multiple panes where there are difference workspaces but its part of the same code workspace area. If you want to get rid of this line and to make it less confusing when writing your code. You can follow the steps in this blog post to remove this line. Below is an example screenshot which shows a vertical line in this text editor:

Atom text Editor vertical line

Also Read: How to show Terraform configuration in Visual Graphical representaton using Graphviz

Disable the Vertical Line:

  • Open Atom text Editor and go to File -> Settings or press Ctrl + ,
Atom text Editor vertical line
  • Click on Packages on the left hand side and search for wrap in the installed packages then click on Disable.
Atom text Editor vertical line
  • Once its disabled, close the settings page and go back to the code editor window. The Vertical Line will not be shown.
Atom text Editor vertical line

Leave a Comment