Download nano.exe
https://sourceforge.net/projects/nano-for-windows/
Open the link above, click Download, and download GNU-Nano_Win32(static).zip.
Extract the zip file and place nano.exe in an arbitrary folder.
- Note: Japanese input is not supported. (As of 2024/03/31)
Set Environment Variables
In order to use nano.exe from the command prompt, you need to set the environment variables.
- Press
Win key+R key, typesysdm.cpl, and pressEnter key. - In
System Properties, click on theAdvancedtab. - Click on
Environment Variables. - Select
PathunderSystem variablesand clickEdit. - Click
Newand add the path tonano.exe. - Click
OKto close all dialogs. - Restart the command prompt, type
nano, and check if it can be executed.
How to use nano
When you type nano and execute it, a screen like the following will be displayed.

Shortcut descriptions are displayed at the bottom of the screen.
The meanings of the symbols are as follows:
^represents theCtrlkey.M-represents theAltkey.
To save and close, press Ctrl + S and then Ctrl + X.
