All News

Microsoft Launches Lightweight Command Line Text Editor Edit on Windows

Microsoft has unveiled Edit on Windows, a new open-source command line text editor designed to improve the developer experience on 64-bit Windows systems. Accessible via the 'edit' command, this lightweight tool supports multiple files, key bindings, find and replace, and word wrapping. It aims to provide a user-friendly alternative to modal editors like vim and will soon be available to Windows Insiders.

Published May 19, 2025 at 02:07 PM EDT in Software Development

Microsoft has introduced a new command line text editor called Edit on Windows, designed to enhance the developer experience on 64-bit Windows systems. This lightweight editor, weighing less than 250KB, allows developers to edit files directly within the command prompt by typing the command 'edit'.

Unlike traditional modal editors such as vim, Edit on Windows is designed as a modeless editor, meaning users do not have to switch between different modes to perform editing tasks. This approach aims to reduce the learning curve for new users and avoid common frustrations associated with modal editors.

Key features include support for multiple open files with easy switching via the ctrl + P shortcut, comprehensive key bindings for all menu options, find and replace functionality with match case and regular expression support, and word wrapping capabilities. These features make Edit on Windows a versatile and efficient tool for command line editing.

The motivation behind developing Edit on Windows stems from the absence of a default command line text editor in 64-bit versions of Windows. While 32-bit Windows versions included MS-DOS Edit, the 64-bit editions lacked a built-in CLI editor, prompting Microsoft to create this new tool to fill that gap.

Edit on Windows is open source and will be made available to Windows Insider program participants in the coming months. Microsoft has also published the project on GitHub, inviting community engagement and contributions.

In addition to Edit on Windows, Microsoft announced the rebranding of Windows Dev Home to Advanced Windows Settings. This update integrates developer-focused controls directly into the main Windows 11 settings interface, including features like enabling File Explorer with GitHub version control details, further enhancing the developer environment.

Why Edit on Windows Matters for Developers

Command line text editors are essential tools for developers, especially those working in environments where graphical interfaces are limited or unavailable. By providing a default, lightweight, and user-friendly CLI editor, Microsoft addresses a longstanding gap in the Windows developer ecosystem. This can lead to increased productivity by minimizing context switching and simplifying file editing tasks directly within the terminal.

Moreover, the open-source nature of Edit on Windows encourages community involvement, allowing developers to contribute enhancements and tailor the editor to evolving needs. This collaborative approach aligns with modern software development practices and fosters innovation within the Windows platform.

Integrating Edit on Windows into Development Workflows

Developers can leverage Edit on Windows to streamline their coding and scripting processes without leaving the command line interface. This is particularly beneficial for quick edits, configuration file adjustments, and script debugging. The editor’s support for regular expressions and find-and-replace functionality further enhances its utility for complex editing tasks.

As Edit on Windows becomes available through the Windows Insider program, developers are encouraged to test and provide feedback, helping shape the tool’s future capabilities and ensuring it meets the community’s needs effectively.

Keep Reading

View All
The Future of Business is AI

AI Tools Built for Agencies That Move Fast.

QuarkyByte offers in-depth analysis and practical insights on integrating new developer tools like Edit on Windows into your workflow. Discover how to streamline your command line editing and boost productivity with expert guidance tailored for Windows developers. Explore QuarkyByte’s resources to stay ahead in software development innovation.