From 6af8c5909adcf98088904bc596ffc8f19d0f615f Mon Sep 17 00:00:00 2001 From: Tiago Almeida Date: Sat, 12 Oct 2019 13:30:49 +0100 Subject: [PATCH] More convenient info. --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 56689cd..43658e9 100644 --- a/readme.md +++ b/readme.md @@ -99,9 +99,13 @@ It is a good question, but the way that nano reads the files matters. In other words, the regex instructions should be in a _specific order_ (you can see that in some nanorc files). So, if we `include` or `extendsyntax` (yes, there is also this command) the colors or other things won't be work well. The best way to do is copying and editing the original files (if it is needed). -The bug about it: https://savannah.gnu.org/bugs/index.php?5698 +Please see this [issue](https://savannah.gnu.org/bugs/index.php?5698). But if some original nanorc file needs an update, feel free to [patch it](https://savannah.gnu.org/patch/?func=additem&group=nano)! +### My shortcut is not working! + +Please see this [issue](https://savannah.gnu.org/bugs/?56994). + ## Acknowledgements Some of these files are derived from the original [Nano](https://www.nano-editor.org) editor [repo](https://git.savannah.gnu.org/cgit/nano.git)