How do I change the default editor on Fedora Linux?
Fedora Linux is a popular operating system that is used by many people. It is important to know how to change the default editor on Fedora Linux, as this can be useful for many tasks. In this tutorial, we will show you how to change the default editor on Fedora Linux.
Step 1: Use the sudo update-alternatives command
The first step is to use the
sudo update-alternatives --config editor command. This command will allow you to select the default editor for your system.
Step 2: Check the default editor
Once you have selected the default editor, you can check it by using the
echo $EDITOR command. This will output the name of the default editor.
Conclusion
In this tutorial, we have shown you how to change the default editor on Fedora Linux. We have also shown you how to check the default editor by using the
echo $EDITOR command. We hope this tutorial has been helpful and that you have been able to successfully change the default editor on Fedora Linux.
Useful Links