#568 #522 Make nano the default editor
Closed 3 years ago by pbokoc. Opened 3 years ago by quiet.
Unknown source iss522  into  f33

@@ -3,3 +3,8 @@

  

  [[select-distribution]]

  = Distribution-wide Changes

+ 

+ [[nano-default-editor]]

+ == `nano` is a default terminal text editor

+ 

+ In Fedora 33, `nano` has been set as the default terminal text editor. See the xref:sysadmin/System_Utilities.adoc#nano-as-default [System Utilities] section for more information.

@@ -2,3 +2,19 @@

  

  [[sect-system-utilities]]

  = System Utilities

+ 

+ [[nano-as-default]]

+ == `nano` as a default terminal text editor

+ 

+ Up to now, Fedora has not had a default terminal text editor, because the `$EDITOR` environment variable has been unset by default. Users commonly encountered a terminal text editor when using for example the `git commit` command. In such situations, the `git` version control system was choosing the `vi` text editor which had a steep learning curve.

+ 

+ In Fedora 33, `nano` has been set as a default terminal text editor. This change brings the following benefits to users:

+ 

+ * `nano` does not require specialist knowledge to use.

+ * `nano` offers familiar graphical text editing experience.

+ * `nano` lowers the barrier to entry for those switching to Fedora, who do not know how to use `vi`.

+ * `nano` is already installed across most Fedora Editions and Spins.

+ 

+ Fedora continues to install the `vim-minimal` package which provides `vi` but not the `vim` text editor.

+ 

+ Users are able to call `vi` to edit a file or to change the default editor from `nano` to `vi` or `vim`.

1 new commit added

  • Mentions nano in dist.-wide changes
3 years ago

Hello @chrismurphy

could you, please, review the text for this release note? You can put your suggestions in the Files Changed tab in this PR.

Thanks,

Merged manually due to a conflict.

Pull-Request has been closed by pbokoc

3 years ago