Skip to content
The Programming Review

The Programming Review

A Developer Resource

Recent Posts

  • Password-less auto-login with SSH
  • More Linux Commands
  • Linux basic commands
  • Debian/Ubuntu Package Installation
  • Protected: Project Deliverables

Recent Comments

    Archives

    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • June 2018
    • May 2018
    • April 2018

    Categories

    • Build Tools
    • CheatSheet
    • CMS
    • Coming Reviews
    • Command Line Productivity
    • Database
    • Exercise
    • For Study
    • GUI Development
    • HowTo
    • Linux Apps
    • Linux System
    • PHP
    • Productivity Tips
    • Programming Languages
    • Resources
    • Web Development

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org

    Atom Cheat Sheet

    To fix strange font rendering in recent (2018) versions of Atom: add this to ~/.atom/styles.less

    atom-text-editor {
      transform: scaleX(1.0000001);
    }
    

    Share this:

    • Click to share on Twitter (Opens in new window)
    • Click to share on Facebook (Opens in new window)

    Related

    Posted on 7. October 2018Author adminCategories CheatSheetTags Atom, Editor

    Post navigation

    Previous Previous post: Docker PHP + Apache + MySQL
    Next Next post: Develop a REST Api in PHP and test it using PostMan
    Proudly powered by WordPress