From 42bed7bbb0c4291152f1fd6937284cafdeccc2a0 Mon Sep 17 00:00:00 2001
From: Eric Kooistra <kooistra@astron.nl>
Date: Fri, 28 Aug 2020 18:09:42 +0200
Subject: [PATCH] Added vi help.

---
 .../doc/prestudy/desp_howtools_erko.txt       | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/applications/lofar2/doc/prestudy/desp_howtools_erko.txt b/applications/lofar2/doc/prestudy/desp_howtools_erko.txt
index fc4e822795..31fc55ec01 100755
--- a/applications/lofar2/doc/prestudy/desp_howtools_erko.txt
+++ b/applications/lofar2/doc/prestudy/desp_howtools_erko.txt
@@ -401,7 +401,24 @@ Table:
 - in gvim replace \r --> nothing
 - in uex save new file as Linux, save as, menu edit/preferences/line end
 
-
+:w save
+:w .... save as
+:wq save+quit
+:q! quit without save
+x delete character
+dd delete line
+i insert text
+escape
+/....  search
+n next
+
+         k
+bcksp    |
+   h <--- ---> l
+         |
+         j
+
+         
 *******************************************************************************
 * Remote access
 *******************************************************************************
-- 
GitLab