From bf743451dcd840accac6a126534e3103d94df89b Mon Sep 17 00:00:00 2001 From: deepk777 Date: Sun, 14 Oct 2018 21:48:42 +0530 Subject: [PATCH] Adding new navigation option. (#18495) --- client/src/pages/guide/english/vim/navigation/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/pages/guide/english/vim/navigation/index.md b/client/src/pages/guide/english/vim/navigation/index.md index 9fed69aa02..332e985471 100644 --- a/client/src/pages/guide/english/vim/navigation/index.md +++ b/client/src/pages/guide/english/vim/navigation/index.md @@ -37,6 +37,7 @@ e moves to the end of the current word 0 moves to the beginning of the current line $ moves to the end of the current line :n moves to line n (ex. :23 moves to line 23) can also use nG +^ moves to the first non blank character of the line. ZZ moves to the center of the line your on H moves to the top of the screen