We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d7c37 commit 600cb3fCopy full SHA for 600cb3f
install/centos/README.md
@@ -177,6 +177,17 @@ mail server. The recommended one is postfix and you can install it with:
177
178
To use and configure sendmail instead of postfix see [Advanced Email Configurations](configure_email.md).
179
180
+### Configure the default editor
181
+
182
+You can choose between editors such as nano, vi, vim, etc.
183
+In this case we will use vim as the default editor for consistency.
184
185
+ ln -s /usr/bin/vim /usr/bin/editor
186
187
+To remove this alias in the future:
188
189
+ rm -i /usr/bin/editor
190
191
----------
192
193
## 2. Ruby
0 commit comments