nano-win
nano-win copied to clipboard
GNU nano text editor for Windows [WARNING: The master branch is constantly rebased and force-pushed so don't expect it to be steady!! -end WARNING]
Fix #43 For non-elevated users, search for the config file in this order: 1. %ALLUSERSPROFILE%\nano\nanorc (global) 2. %SystemRoot%\nanorc (global, for backcompat, should be removed in the future) 3. %USERPROFILE%\.nanorc 4....
@lhmouse @akuropka Following up on #42, Here are my suggestions for locations to search for the config file, we can discuss and I'll open a PR etc.. ### User Mode...
Hello, I enabled mouse support int the .nanorc file, but it is not working for me inside the console. Is this behavior intended or is this a bug? Regards Andi
I already got this issue with the previous version (4.6) that's why i asked in the other thread for new build but the issue i'm going to describe still persist:...
I've seen that Nano supports syntax highlighting by default, but when I try opening a simple `.py` file with nano, no syntax highlighting is applied.
OS: Microsoft Windows [Version 10.0.22523.1000] nano: GNU nano from git, v5.9-10-gbe0fb5d4a ssh: OpenSSH_for_Windows_8.6p1, LibreSSL 3.3.3 When using nano in the Windows terminal in PowerShell, syntax highlighting colors work correctly. But...
This fixes the issue of including `nanorc` files whose path leads with a tilde. **before**: ~/.nanorc ``` include "~/.nano/nanorc.nanorc" ``` `~/.nano/nanorc.nanorc` was expanded to `C:\Users\/.nano/nanorc.nanorc`, and this doesn't work. **after**:...
Thanks for the great port. It works quite well on my Windows 10 except non-English characters. When i press a non-English character, nano did not print the char.
Why is UTF-8 disabled in the compilation? Most systems are using UTF-8... and many issues may be related to this. E.g. #8
\nano-win_9605_v5.7-34-g387900675\pkg_x86_64-w64-mingw32\bin\nano.exe 740KB, 5/25/2021 11:03A.M. \nano-win_9672_v5.8-44-gc04962b5e\pkg_x86_64-w64-mingw32\bin\nano.exe 740KB, 8/24/2021 11:13A.M. The files have different CRC32's. Both report as: v5.7-34-g387900675. The contents of ~/share/ in both archives at the 5/25/21 11:03 files, so...