From 781ae0045793d13c1bba30c082337ad43e746d2f Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Wed, 28 Oct 2020 17:39:15 -0700 Subject: [PATCH] Vim better options. --- linux/Coding-App-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Coding-App-Setup.md b/linux/Coding-App-Setup.md index 7b5d34c..b1e6198 100644 --- a/linux/Coding-App-Setup.md +++ b/linux/Coding-App-Setup.md @@ -30,7 +30,7 @@ _Follow these steps located [here](https://askubuntu.com/questions/776929/how-to-edit-my-etc-sysctl-conf-file)_ Steps: -1. You can add this line using nano or vim from terminal (ctrl+alt+t): `sudo nano /etc/sysctl.conf` +1. You can add this line using nano or vim from terminal (ctrl+alt+t): `sudo nano /etc/sysctl.conf` or `sudo vim /etc/sysctl.conf` - Where you then scroll down and add the line by hand then press ctrl+x to end editing. You will be asked if you want to save, confirm that by pressing y and then once return to save. - _Same way you can reverse your changes._