From 8e2b2ac6612a077de4364130816d0d7b00628fc4 Mon Sep 17 00:00:00 2001 From: Yu Qiao Date: Sat, 28 Jul 2018 16:32:00 -0700 Subject: [PATCH] Addded 0,$,^ to the basic motion commands They are mentioned in the Youtube video: https://www.youtube.com/watch?v=Nim4_f5QUxA --- beginner.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/beginner.md b/beginner.md index d9b3c01..3a98560 100644 --- a/beginner.md +++ b/beginner.md @@ -67,6 +67,10 @@ Basics: wWbBeE B - Backward to the next beginning of a WORD e - Forward to the next end of word E - Forward to the next end of WORD + 0 - Move to the zeroth character of the current line. + $ - Move to the last character of the current line. + ^ - Move to the frst character of the non-blank character of the current line. + Slightly less basic: fFtT All follow [(n)um] syntax